Searched refs:asm_size (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program_cache.c | 189 const void *key, const void *assembly, uint32_t asm_size, in crocus_upload_shader() argument 200 cache, ice->shaders.cache_bo_map, assembly, asm_size); in crocus_upload_shader() 212 shader->offset = crocus_alloc_item_data(ice, asm_size); in crocus_upload_shader() 213 shader->map_size = asm_size; in crocus_upload_shader() 215 memcpy(ice->shaders.cache_bo_map + shader->offset, assembly, asm_size); in crocus_upload_shader()
|
D | crocus_context.h | 912 uint32_t asm_size,
|