/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_texcoord_replace.c | 79 VARYING_SLOT_PNTC); in nir_lower_texcoord_replace_impl() 83 pntc->data.location = VARYING_SLOT_PNTC; in nir_lower_texcoord_replace_impl() 85 b.shader->info.inputs_read |= BITFIELD64_BIT(VARYING_SLOT_PNTC); in nir_lower_texcoord_replace_impl()
|
D | nir_lower_pntc_ytransform.c | 98 var->data.location == VARYING_SLOT_PNTC) || in lower_pntc_ytransform_block()
|
D | nir.c | 3478 slot == VARYING_SLOT_PNTC || in nir_slot_is_varying()
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | builtin_variable_test.cpp | 209 EXPECT_NE(VARYING_SLOT_PNTC, var->data.location); in TEST_F() 345 EXPECT_NE(VARYING_SLOT_PNTC, input->location); in TEST_F() 358 EXPECT_NE(VARYING_SLOT_PNTC, var->data.location); in TEST_F() 379 EXPECT_NE(VARYING_SLOT_PNTC, var->data.location); in TEST_F()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 44 if (attr == VARYING_SLOT_PNTC) { in tgsi_get_generic_gl_varying_index() 132 case VARYING_SLOT_PNTC: in tgsi_get_gl_varying_semantic()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_gallium.h | 72 case VARYING_SLOT_PNTC: in ir3_point_sprite()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_helpers.h | 77 if (slot == VARYING_SLOT_PNTC) in util_varying_is_point_coord()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_gs.cpp | 73 location == VARYING_SLOT_PNTC || in process_store_output() 133 location == VARYING_SLOT_PNTC || in process_load_input()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.h | 323 VARYING_SLOT_PNTC, /* FS only */ enumerator 507 #define VARYING_BIT_PNTC BITFIELD64_BIT(VARYING_SLOT_PNTC)
|
D | shader_enums.c | 214 ENUM(VARYING_SLOT_PNTC), in gl_varying_slot_name_for_stage()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 219 1 << st_get_generic_varying_index(st, VARYING_SLOT_PNTC); in st_update_rasterizer()
|
D | st_glsl_to_nir.cpp | 79 } else if (var->data.location == VARYING_SLOT_PNTC) { in st_nir_fixup_varying_slots()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 317 BITFIELD64_BIT(VARYING_SLOT_PNTC) | BITFIELD64_RANGE(VARYING_SLOT_VAR0, 32), in si_lower_nir()
|
D | si_shader_info.c | 819 semantic != VARYING_SLOT_PNTC) { in si_nir_scan_shader()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_lower_point_sprite.c | 285 pntcoord_var->data.location = VARYING_SLOT_PNTC; in d3d12_lower_point_sprite()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_shader.c | 291 s->info.inputs_read & (1 << VARYING_SLOT_PNTC); in GENX()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 349 return VARYING_SLOT_PNTC; in svga_tgsi_to_gl_varying_semantic()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_cs.c | 75 case VARYING_SLOT_PNTC: in panvk_varying_hw_format()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 1275 if (fsio->slot == VARYING_SLOT_PNTC) { in etna_link_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 144 return VARYING_SLOT_PNTC; in tgsi_varying_semantic_to_slot() 348 var->data.location = VARYING_SLOT_PNTC; in ttn_emit_declaration()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 1337 add_input(VARYING_SLOT_PNTC, vec2_t, GLSL_PRECISION_MEDIUM, in generate_fs_special_vars()
|
D | gl_nir_link_varyings.c | 1702 case VARYING_SLOT_PNTC: in var_counts_against_varying_limit()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 1589 cfg.type = (var->data.location == VARYING_SLOT_PNTC) ? in agx_remap_varyings_fs()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 1377 case VARYING_SLOT_PNTC: in assign_producer_var_io() 1428 case VARYING_SLOT_PNTC: in assign_consumer_var_io()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 458 if (attr == VARYING_SLOT_PNTC) { in emit_3dstate_sbe()
|