HomeSort by relevance Sort by last modified time
    Searched refs:VARYING_SLOT_LAYER (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/compiler/
shader_enums.h 212 VARYING_SLOT_LAYER, /* Appears as VS or GS output */
294 #define VARYING_BIT_LAYER BITFIELD64_BIT(VARYING_SLOT_LAYER)
shader_enums.c 157 ENUM(VARYING_SLOT_LAYER),
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sol_state.c 136 } else if (varying == VARYING_SLOT_LAYER) {
149 if (varying == VARYING_SLOT_LAYER || varying == VARYING_SLOT_VIEWPORT) {
gen6_sf_state.c 68 if (fs_attr == VARYING_SLOT_VIEWPORT || fs_attr == VARYING_SLOT_LAYER) {
173 * If the fragment shader reads VARYING_SLOT_LAYER, then we need to pass in
gen6_gs_visitor.cpp 698 else if (varying == VARYING_SLOT_LAYER)
732 * VARYING_SLOT_LAYER and VARYING_SLOT_VIEWPORT are packed in the same slot
735 if (varying == VARYING_SLOT_LAYER || varying == VARYING_SLOT_VIEWPORT)
brw_vec4_visitor.cpp     [all...]
brw_fs_visitor.cpp 705 sources[length++] = this->outputs[VARYING_SLOT_LAYER];
    [all...]
brw_fs_nir.cpp     [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_variables.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_program.c 330 case VARYING_SLOT_LAYER:
659 case VARYING_SLOT_LAYER:
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_clear.c 132 v_layer->data.location = VARYING_SLOT_LAYER;
  /external/mesa3d/src/amd/vulkan/
radv_meta_clear.c 105 vs_out_layer->data.location = VARYING_SLOT_LAYER;
494 vs_out_layer->data.location = VARYING_SLOT_LAYER;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 139 return VARYING_SLOT_LAYER;
170 [VARYING_SLOT_LAYER] = { TGSI_SEMANTIC_LAYER, 0 },
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 926 *location = VARYING_SLOT_LAYER
    [all...]
  /external/mesa3d/src/intel/vulkan/
genX_pipeline.c 333 if (attr == VARYING_SLOT_LAYER) {
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 112 case VARYING_SLOT_LAYER:
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]

Completed in 706 milliseconds