Home
last modified time | relevance | path

Searched refs:nonseamless_size (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c76 const uint32_t nonseamless_size = zm->has_nonseamless ? sizeof(uint32_t) : 0; in shader_key_matches() local
78 (!nonseamless_size || !memcmp(zm->key + zm->key_size, &key->base.nonseamless_cube_mask, nonseamless_size)) && in shader_key_matches()
79 (!num_uniforms || !memcmp(zm->key + zm->key_size + nonseamless_size, in shader_key_matches()
86 const uint32_t nonseamless_size = zm->has_nonseamless ? sizeof(uint32_t) : 0; in shader_module_hash() local
87 unsigned key_size = zm->key_size + nonseamless_size + zm->num_uniforms * sizeof(uint32_t); in shader_module_hash()
100 unsigned inline_size = 0, nonseamless_size = 0; in get_shader_module_for_stage() local
115 nonseamless_size = sizeof(uint32_t); in get_shader_module_for_stage()
118 LIST_FOR_EACH_ENTRY_SAFE(iter, next, &prog->shader_cache[pstage][!!nonseamless_size][!!inline_size], list) { in get_shader_module_for_stage()
127 zm = malloc(sizeof(struct zink_shader_module) + key->size + nonseamless_size in get_shader_module_for_stage()
295 unsigned inline_size = 0, nonseamless_size = 0; update_cs_shader_module() local
[all...]

Completed in 2 milliseconds