Searched refs:TGSI_SEMANTIC_LAYER (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c119 *semantic_name = TGSI_SEMANTIC_LAYER;
H A Dtgsi_scan.c741 case TGSI_SEMANTIC_LAYER:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c112 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) {
163 TGSI_SEMANTIC_LAYER,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c112 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) {
163 TGSI_SEMANTIC_LAYER,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c121 *semantic_name = TGSI_SEMANTIC_LAYER;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c173 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) {
217 TGSI_SEMANTIC_LAYER,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c173 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) {
217 TGSI_SEMANTIC_LAYER,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h188 TGSI_SEMANTIC_LAYER, /**< layer (rendertarget index) */ enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c82 ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0);
H A Dsi_shader_nir.c640 case TGSI_SEMANTIC_LAYER:
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h182 TGSI_SEMANTIC_LAYER, /**< layer (rendertarget index) */ enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_pbo.c327 out_layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0);
370 out_layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0);
624 layer = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_LAYER, 0,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c73 struct ureg_dst layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c44 case TGSI_SEMANTIC_LAYER: return 0x064;
73 case TGSI_SEMANTIC_LAYER: return 0x064;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c45 case TGSI_SEMANTIC_LAYER: return 0x064;
74 case TGSI_SEMANTIC_LAYER: return 0x064;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp577 case TGSI_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp588 case TGSI_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp424 } else if (iface->info->output_semantic_name[attrib] == TGSI_SEMANTIC_LAYER) {
998 } else if (semantic_name == TGSI_SEMANTIC_LAYER) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c748 if (semantic_name == TGSI_SEMANTIC_LAYER ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.c106 struct ureg_dst layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c110 case TGSI_SEMANTIC_LAYER:
H A Dnv50_shader_state.c489 case TGSI_SEMANTIC_LAYER:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.c106 struct ureg_dst layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c110 case TGSI_SEMANTIC_LAYER:
H A Dnv50_shader_state.c494 case TGSI_SEMANTIC_LAYER:

Completed in 31 milliseconds

12