Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c1488 nir_variable *bare_sampler = _mesa_hash_table_u64_search(data, tex->sampler_index); in redirect_sampler_derefs()
1491 if (bare_sampler) in redirect_sampler_derefs()
1516 bare_sampler = nir_variable_clone(old_sampler, b->shader); in redirect_sampler_derefs()
1517 nir_shader_add_variable(b->shader, bare_sampler); in redirect_sampler_derefs()
1519 bare_sampler->type = in redirect_sampler_derefs()
1521 _mesa_hash_table_u64_insert(data, tex->sampler_index, bare_sampler); in redirect_sampler_derefs()
1575 nir_variable *bare_sampler = _mesa_hash_table_u64_search(data, tex->texture_index); in redirect_texture_derefs() local
1578 if (bare_sampler) in redirect_texture_derefs()
1599 bare_sampler = nir_variable_clone(typed_sampler, b->shader); in redirect_texture_derefs()
1600 bare_sampler in redirect_texture_derefs()
[all...]

Completed in 3 milliseconds