Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c916 NIR_PASS(progress, nir, nir_lower_vec3_to_vec4, nir_var_mem_generic | nir_var_uniform); in clc_spirv_to_dxil()
/third_party/mesa3d/src/compiler/nir/
Dnir_validate.c432 if (instr->modes & ~nir_var_mem_generic) in validate_deref_instr()
Dnir.h133 nir_var_mem_generic = (nir_var_shader_temp | enumerator
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c1583 nir_mode = nir_var_mem_generic; in vtn_storage_class_to_mode()