Home
last modified time | relevance | path

Searched refs:sizeInBytes (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h1348 uint32 sizeInBytes; member
1391 uint32 sizeInBytes; member
1549 uint32 sizeInBytes; member
1561 uint32 sizeInBytes; member
1580 uint32 sizeInBytes; member
1605 uint32 sizeInBytes; member
1634 uint32 sizeInBytes; member
1649 uint32 sizeInBytes; member
1973 uint32 sizeInBytes; member
H A Dsvga3d_dx.h226 uint32 sizeInBytes; member
530 uint32 sizeInBytes; /* max bytes to write */ member
543 uint32 sizeInBytes; member
1362 uint32 sizeInBytes; /* Number of bytes of shader text. */ member
1371 uint32 sizeInBytes; member
1553 uint32 sizeInBytes; member
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp518 unsigned sizeInBytes = 0; in reduce() local
549 sizeInBytes = sourceFile->getSymbolSize(*symbolName); in reduce()
560 sizeInBytes = sourceFile->getSize(); in reduce()
575 sizeInBytes = sizeof(uint32_t); in reduce()
578 sizeInBytes = sizeof(uint16_t); in reduce()
581 sizeInBytes = sizeof(uint8_t); in reduce()
588 return new IntConstExprASTNode(sizeInBytes); in reduce()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_mob.c167 cmd->body.sizeInBytes = otable->size; in vmw_setup_otable_base()
220 cmd->body.sizeInBytes = 0; in vmw_takedown_otable_base()
696 cmd->body.sizeInBytes = num_data_pages * PAGE_SIZE; in vmw_mob_bind()
H A Dvmwgfx_binding.c648 cmd->body.sizeInBytes = binding->size; in vmw_binding_scrub_cb()
652 cmd->body.sizeInBytes = 0; in vmw_binding_scrub_cb()
852 so_buffer->sizeInBytes = biso->size; in vmw_collect_so_targets()
856 so_buffer->sizeInBytes = 0; in vmw_collect_so_targets()
H A Dvmwgfx_shader.c240 cmd->body.sizeInBytes = shader->size; in vmw_gb_shader_create()
H A Dvmwgfx_execbuf.c2148 binding.size = cmd->body.sizeInBytes; in vmw_cmd_dx_set_single_constant_buffer()
2511 binding.size = cmd->targets[i].sizeInBytes; in vmw_cmd_dx_set_so_targets()
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dhsa_ext_amd.h1560 size_t sizeInBytes; member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d474 private size_t bytes2blocks(size_t sizeInBytes) in bytes2blocks()
476 return (sizeInBytes + blockSize - 1) / blockSize; in bytes2blocks()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d617 private size_t bytes2blocks(size_t sizeInBytes) in BitmappedBlockImpl()
619 return (sizeInBytes + blockSize - 1) / blockSize; in BitmappedBlockImpl()