Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_LAYER (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c112 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) { in compute_vertex_info()
163 TGSI_SEMANTIC_LAYER, in compute_vertex_info()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c173 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) { in softpipe_compute_vertex_info()
217 TGSI_SEMANTIC_LAYER, in softpipe_compute_vertex_info()
/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.c323 out_layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0); in st_pbo_create_vs()
365 out_layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0); in st_pbo_create_gs()
453 layer = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_LAYER, 0, in create_fs()
Dst_program.c331 output_semantic_name[slot] = TGSI_SEMANTIC_LAYER; in st_translate_vertex_program()
660 input_semantic_name[slot] = TGSI_SEMANTIC_LAYER; in st_translate_fragment_program()
1382 output_semantic_name[slot] = TGSI_SEMANTIC_LAYER; in st_translate_program_common()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h187 TGSI_SEMANTIC_LAYER, /**< layer (rendertarget index) */ enumerator
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c43 case TGSI_SEMANTIC_LAYER: return 0x064; in nvc0_shader_input_address()
72 case TGSI_SEMANTIC_LAYER: return 0x064; in nvc0_shader_output_address()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp572 case TGSI_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break; in recordLocation()
Dnv50_ir_from_tgsi.cpp1193 case TGSI_SEMANTIC_LAYER: in inferSysValDirection()
1477 info->out[dst.getIndex(0)].sn == TGSI_SEMANTIC_LAYER || in scanInstruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c106 case TGSI_SEMANTIC_LAYER: in nv50_vertprog_assign_slots()
Dnv50_shader_state.c485 case TGSI_SEMANTIC_LAYER: in nv50_fp_linkage_validate()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c575 case TGSI_SEMANTIC_LAYER: in scan_declaration()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c788 if (semantic_name == TGSI_SEMANTIC_LAYER || in find_interp()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c138 case TGSI_SEMANTIC_LAYER: in tgsi_varying_semantic_to_slot()
170 [VARYING_SLOT_LAYER] = { TGSI_SEMANTIC_LAYER, 0 }, in varying_slot_to_tgsi_semantic()
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst181 * ``PIPE_CAP_TGSI_VS_LAYER_VIEWPORT``: Whether ``TGSI_SEMANTIC_LAYER`` and
Dtgsi.rst3123 TGSI_SEMANTIC_LAYER subsection
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c150 case TGSI_SEMANTIC_LAYER: in si_shader_io_get_unique_index2()
2483 case TGSI_SEMANTIC_LAYER: in si_llvm_export_vs()
2880 info->output_semantic_name[i] == TGSI_SEMANTIC_LAYER) in si_llvm_emit_es_epilogue()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c934 case TGSI_SEMANTIC_LAYER: in tgsi_declaration()
2318 case TGSI_SEMANTIC_LAYER: in generate_gs_copy_shader()
3445 case TGSI_SEMANTIC_LAYER: in r600_shader_from_tgsi()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2563 case TGSI_SEMANTIC_LAYER: in emit_output_declarations()