Searched refs:TGSI_SEMANTIC_LAYER (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_derived.c | 112 } 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/ |
D | sp_state_derived.c | 173 } 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/ |
D | st_pbo.c | 323 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()
|
D | st_program.c | 331 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/ |
D | p_shader_tokens.h | 187 TGSI_SEMANTIC_LAYER, /**< layer (rendertarget index) */ enumerator
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 43 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/ |
D | nv50_ir_target_nv50.cpp | 572 case TGSI_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break; in recordLocation()
|
D | nv50_ir_from_tgsi.cpp | 1193 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/ |
D | nv50_program.c | 106 case TGSI_SEMANTIC_LAYER: in nv50_vertprog_assign_slots()
|
D | nv50_shader_state.c | 485 case TGSI_SEMANTIC_LAYER: in nv50_fp_linkage_validate()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 575 case TGSI_SEMANTIC_LAYER: in scan_declaration()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_clip.c | 788 if (semantic_name == TGSI_SEMANTIC_LAYER || in find_interp()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 138 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/ |
D | screen.rst | 181 * ``PIPE_CAP_TGSI_VS_LAYER_VIEWPORT``: Whether ``TGSI_SEMANTIC_LAYER`` and
|
D | tgsi.rst | 3123 TGSI_SEMANTIC_LAYER subsection
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 150 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/ |
D | r600_shader.c | 934 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/ |
D | svga_tgsi_vgpu10.c | 2563 case TGSI_SEMANTIC_LAYER: in emit_output_declarations()
|