Home
last modified time | relevance | path

Searched refs:SYSTEM_VALUE_INSTANCE_ID (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_xfb.c48 BITSET_SET(b->shader->info.system_values_read, SYSTEM_VALUE_INSTANCE_ID); in lower_xfb_output()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c222 case SYSTEM_VALUE_INSTANCE_ID: in tgsi_get_sysval_semantic()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.c272 ENUM(SYSTEM_VALUE_INSTANCE_ID), in gl_system_value_name()
H A Dshader_enums.h659 SYSTEM_VALUE_INSTANCE_ID, enumerator
710 * \sa SYSTEM_VALUE_INSTANCE_ID
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.c229 SYSTEM_VALUE_INSTANCE_ID); in pan_shader_compile()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c139 SYSTEM_VALUE_INSTANCE_ID, in make_nir_clear_vertex_shader()
H A Dst_pbo.c312 instance_id->data.location = SYSTEM_VALUE_INSTANCE_ID; in st_pbo_create_vs()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_variables.cpp1140 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, GLSL_PRECISION_HIGH, in generate_vs_special_vars()
1144 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, "gl_InstanceIDARB"); in generate_vs_special_vars()
1148 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, GLSL_PRECISION_HIGH, in generate_vs_special_vars()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_info.c591 info->vs.needs_instance_id |= BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_INSTANCE_ID); in radv_nir_shader_info_pass()
H A Dradv_shader.c1302 BITSET_SET(nir->info.system_values_read, SYSTEM_VALUE_INSTANCE_ID); in radv_lower_ngg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c631 info->uses_instanceid = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_INSTANCE_ID); in si_nir_scan_shader()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c220 case SYSTEM_VALUE_INSTANCE_ID: in get_semantic_sv_name()
H A Ddxil_nir.c1723 sysval = SYSTEM_VALUE_INSTANCE_ID; in lower_sysval_to_load_input_impl()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c267 instance_regid = ir3_find_sysval_regid(s[VS].v, SYSTEM_VALUE_INSTANCE_ID); in fd5_program_emit()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4.cpp2575 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_INSTANCE_ID)) { in brw_compile_vs()
2597 if (BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_INSTANCE_ID)) in brw_compile_vs()
H A Dbrw_nir.c194 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_INSTANCE_ID); in brw_nir_lower_vs_inputs()
/third_party/mesa3d/src/compiler/nir/
H A Dnir.c2386 case SYSTEM_VALUE_INSTANCE_ID: in nir_intrinsic_from_system_value()
2528 return SYSTEM_VALUE_INSTANCE_ID; in nir_system_value_from_intrinsic()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c396 case SYSTEM_VALUE_INSTANCE_ID: in fd3_emit_vertex_bufs()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c541 case SYSTEM_VALUE_INSTANCE_ID: in fd4_emit_vertex_bufs()
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c710 SYSTEM_VALUE_INSTANCE_ID) || in v3d_vs_set_prog_data()
H A Dnir_to_vir.c2280 SYSTEM_VALUE_INSTANCE_ID) || in ntq_setup_vs_inputs()
2809 SYSTEM_VALUE_INSTANCE_ID)) { in ntq_emit_load_input()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c435 instance_regid = ir3_find_sysval_regid(vs, SYSTEM_VALUE_INSTANCE_ID);
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c824 *location = SYSTEM_VALUE_INSTANCE_ID; in vtn_get_builtin_location()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2834 BITSET_TEST(info->system_values_read, SYSTEM_VALUE_INSTANCE_ID) || in iris_bind_vs_state()
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c1119 bool uses_instance_id = BITSET_TEST(b->shader->info.system_values_read, SYSTEM_VALUE_INSTANCE_ID); in add_deferred_attribute_culling()

Completed in 54 milliseconds

12