Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_PNTC (Results 1 - 25 of 31) sorted by relevance

12

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

Completed in 38 milliseconds

12