Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dshader_enums.c248 ENUM(SYSTEM_VALUE_FIRST_VERTEX), in gl_system_value_name()
Dshader_enums.h563 SYSTEM_VALUE_FIRST_VERTEX, enumerator
/external/mesa3d/src/compiler/nir/
Dnir.c2141 case SYSTEM_VALUE_FIRST_VERTEX: in nir_intrinsic_from_system_value()
2269 return SYSTEM_VALUE_FIRST_VERTEX; in nir_system_value_from_intrinsic()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c189 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_FIRST_VERTEX) || in brw_nir_lower_vs_inputs()
Dbrw_vec4.cpp2877 if (BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_FIRST_VERTEX) || in brw_compile_vs()
2893 if (BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_FIRST_VERTEX)) in brw_compile_vs()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c957 *location = SYSTEM_VALUE_FIRST_VERTEX; in vtn_get_builtin_location()