Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_PNTC (Results 1 – 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_texcoord_replace.c79 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()
Dnir_lower_pntc_ytransform.c98 var->data.location == VARYING_SLOT_PNTC) || in lower_pntc_ytransform_block()
Dnir.c3478 slot == VARYING_SLOT_PNTC || in nir_slot_is_varying()
/third_party/mesa3d/src/compiler/glsl/tests/
Dbuiltin_variable_test.cpp209 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/
Dtgsi_from_mesa.c44 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/
Dir3_gallium.h72 case VARYING_SLOT_PNTC: in ir3_point_sprite()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_helpers.h77 if (slot == VARYING_SLOT_PNTC) in util_varying_is_point_coord()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_gs.cpp73 location == VARYING_SLOT_PNTC || in process_store_output()
133 location == VARYING_SLOT_PNTC || in process_load_input()
/third_party/mesa3d/src/compiler/
Dshader_enums.h323 VARYING_SLOT_PNTC, /* FS only */ enumerator
507 #define VARYING_BIT_PNTC BITFIELD64_BIT(VARYING_SLOT_PNTC)
Dshader_enums.c214 ENUM(VARYING_SLOT_PNTC), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c219 1 << st_get_generic_varying_index(st, VARYING_SLOT_PNTC); in st_update_rasterizer()
Dst_glsl_to_nir.cpp79 } else if (var->data.location == VARYING_SLOT_PNTC) { in st_nir_fixup_varying_slots()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c317 BITFIELD64_BIT(VARYING_SLOT_PNTC) | BITFIELD64_RANGE(VARYING_SLOT_VAR0, 32), in si_lower_nir()
Dsi_shader_info.c819 semantic != VARYING_SLOT_PNTC) { in si_nir_scan_shader()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_point_sprite.c285 pntcoord_var->data.location = VARYING_SLOT_PNTC; in d3d12_lower_point_sprite()
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c291 s->info.inputs_read & (1 << VARYING_SLOT_PNTC); in GENX()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c349 return VARYING_SLOT_PNTC; in svga_tgsi_to_gl_varying_semantic()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cs.c75 case VARYING_SLOT_PNTC: in panvk_varying_hw_format()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c1275 if (fsio->slot == VARYING_SLOT_PNTC) { in etna_link_shader()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c144 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/
Dbuiltin_variables.cpp1337 add_input(VARYING_SLOT_PNTC, vec2_t, GLSL_PRECISION_MEDIUM, in generate_fs_special_vars()
Dgl_nir_link_varyings.c1702 case VARYING_SLOT_PNTC: in var_counts_against_varying_limit()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1589 cfg.type = (var->data.location == VARYING_SLOT_PNTC) ? in agx_remap_varyings_fs()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1377 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/
DgenX_pipeline.c458 if (attr == VARYING_SLOT_PNTC) { in emit_3dstate_sbe()

12