Searched refs:VARYING_SLOT_VIEWPORT (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c122 case VARYING_SLOT_VIEWPORT:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp83 output->data.location == VARYING_SLOT_VIEWPORT
125 case VARYING_SLOT_VIEWPORT: {
194 case VARYING_SLOT_VIEWPORT:
485 if (store_info.location == VARYING_SLOT_VIEWPORT) {
H A Dsfn_shader_geometry.cpp118 location == VARYING_SLOT_VIEWPORT ||
136 if (location == VARYING_SLOT_VIEWPORT) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c124 case VARYING_SLOT_VIEWPORT:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_enums.h253 VARYING_SLOT_VIEWPORT, /* Appears as VS or GS output */ enumerator in enum:__anon0f1973a70303
336 #define VARYING_BIT_VIEWPORT BITFIELD64_BIT(VARYING_SLOT_VIEWPORT)
H A Dshader_enums.c160 ENUM(VARYING_SLOT_VIEWPORT),
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.h296 VARYING_SLOT_VIEWPORT, /* Appears as VS or GS output */ enumerator in enum:__anon671c309a0303
455 #define VARYING_BIT_VIEWPORT BITFIELD64_BIT(VARYING_SLOT_VIEWPORT)
H A Dshader_enums.c211 ENUM(VARYING_SLOT_VIEWPORT),
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_variables.cpp1247 var = add_output(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex");
1270 var = add_output(VARYING_SLOT_VIEWPORT, int_t, GLSL_PRECISION_HIGH,
1439 add_varying(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex", INTERP_MODE_FLAT);
1534 add_varying(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex", INTERP_MODE_FLAT);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_variables.cpp1051 var = add_output(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex");
1126 var = add_output(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex");
1144 var = add_output(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex");
1279 var = add_input(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex");
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_link.cpp209 case VARYING_SLOT_VIEWPORT:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_link.cpp209 case VARYING_SLOT_VIEWPORT:
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader_info.c412 case VARYING_SLOT_VIEWPORT:
543 case VARYING_SLOT_VIEWPORT:
687 idx == VARYING_SLOT_PRIMITIVE_ID || idx == VARYING_SLOT_VIEWPORT ||
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1262 if (output_reg[VARYING_SLOT_VIEWPORT][0].file != BAD_FILE) {
1266 output_reg[VARYING_SLOT_VIEWPORT][0].type = reg_z.type;
1267 emit(MOV(reg_z, src_reg(output_reg[VARYING_SLOT_VIEWPORT][0])));
H A Dgen6_gs_visitor.cpp719 * VARYING_SLOT_LAYER and VARYING_SLOT_VIEWPORT are packed in the same slot
722 if (varying == VARYING_SLOT_LAYER || varying == VARYING_SLOT_VIEWPORT)
H A Dbrw_fs_visitor.cpp745 sources[length++] = this->outputs[VARYING_SLOT_VIEWPORT];
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1167 if (output_reg[VARYING_SLOT_VIEWPORT][0].file != BAD_FILE) {
1171 output_reg[VARYING_SLOT_VIEWPORT][0].type = reg_z.type;
1172 emit(MOV(reg_z, src_reg(output_reg[VARYING_SLOT_VIEWPORT][0])));
H A Dgfx6_gs_visitor.cpp680 * VARYING_SLOT_LAYER and VARYING_SLOT_VIEWPORT are packed in the same slot
683 if (varying == VARYING_SLOT_LAYER || varying == VARYING_SLOT_VIEWPORT)
H A Dbrw_fs_visitor.cpp850 sources[length++] = this->outputs[VARYING_SLOT_VIEWPORT];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c468 case VARYING_SLOT_VIEWPORT:
599 case VARYING_SLOT_VIEWPORT:
H A Dsi_shader_llvm_gs.c161 if (info->output_semantic[i] == VARYING_SLOT_VIEWPORT ||
H A Dsi_shader_llvm_tess.c973 if (semantic == VARYING_SLOT_LAYER || semantic == VARYING_SLOT_VIEWPORT)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_compiler.c652 case VARYING_SLOT_VIEWPORT:
701 case VARYING_SLOT_VIEWPORT:
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir.c581 if (var->data.location == VARYING_SLOT_VIEWPORT)
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c383 if (attr == VARYING_SLOT_VIEWPORT ||
1642 * - VARYING_SLOT_VIEWPORT in VARYING_SLOT_PSIZ.z
1651 } else if (varying == VARYING_SLOT_VIEWPORT) {

Completed in 35 milliseconds

123