Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1411 nir_variable *bare_sampler = nir_variable_clone(typed_sampler, b->shader); in redirect_sampler_derefs() local
1412 bare_sampler->type = get_bare_samplers_for_type(typed_sampler->type); in redirect_sampler_derefs()
1413 nir_shader_add_variable(b->shader, bare_sampler); in redirect_sampler_derefs()
1414 _mesa_hash_table_u64_insert(data, tex->sampler_index, bare_sampler); in redirect_sampler_derefs()