Home
last modified time | relevance | path

Searched refs:tex_compare_func (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_shader.h63 enum compare_func tex_compare_func[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
Detnaviv_context.c199 key.tex_compare_func[i] = ctx->sampler[i]->compare_func; in etna_get_fs()
Detnaviv_compiler_nir.c1127 v->key.tex_compare_func, in etna_compile_shader()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.h215 enum compare_func tex_compare_func[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
Dd3d12_compiler.cpp1027 memcpy(key->sampler_compare_funcs, sel_ctx->ctx->tex_compare_func[stage], in d3d12_fill_shader_key()
Dd3d12_context.cpp744 ctx->tex_compare_func[shader][start_slot + i] = (enum compare_func)sampler->compare_func; in d3d12_bind_sampler_states()