Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c74 if (key_size_differs || zm->num_uniforms != num_uniforms || zm->has_nonseamless != !!key->base.nonseamless_cube_mask) in shader_key_matches()
76 const uint32_t nonseamless_size = zm->has_nonseamless ? sizeof(uint32_t) : 0; in shader_key_matches()
86 const uint32_t nonseamless_size = zm->has_nonseamless ? sizeof(uint32_t) : 0; in shader_module_hash()
156 zm->has_nonseamless = !!nonseamless_size; in get_shader_module_for_stage()
335 zm->has_nonseamless = !!nonseamless_size; in update_cs_shader_module()
H A Dzink_program.h71 bool has_nonseamless; member

Completed in 4 milliseconds