Home
last modified time | relevance | path

Searched refs:asm_size (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program_cache.c189 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()
Dcrocus_context.h912 uint32_t asm_size,