/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/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 119 *semantic_name = TGSI_SEMANTIC_LAYER; in tgsi_get_gl_varying_semantic()
|
D | tgsi_scan.c | 763 case TGSI_SEMANTIC_LAYER: in scan_declaration()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 188 TGSI_SEMANTIC_LAYER, /**< layer (rendertarget index) */ enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 188 #define TGSI_SEMANTIC_LAYER 22 /**< layer (rendertarget index) */ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 45 case TGSI_SEMANTIC_LAYER: return 0x064; in nvc0_shader_input_address() 74 case TGSI_SEMANTIC_LAYER: return 0x064; in nvc0_shader_output_address()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shaderlib_tgsi.c | 73 struct ureg_dst layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0); in si_get_blitter_vs()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 383 else if (semName == TGSI_SEMANTIC_LAYER) { in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nv50.cpp | 577 case TGSI_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break; in recordLocation()
|
D | nv50_ir_from_tgsi.cpp | 1258 case TGSI_SEMANTIC_LAYER: in inferSysValDirection() 1551 info_out->out[dst.getIndex(0)].sn == TGSI_SEMANTIC_LAYER || in scanInstruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_pbo.c | 359 out_layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0); in st_pbo_create_gs()
|
D | st_program.c | 973 input_semantic_name[slot] = TGSI_SEMANTIC_LAYER; in st_translate_fragment_program()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 713 case TGSI_SEMANTIC_LAYER: in nir_tgsi_scan_shader()
|
D | tgsi_to_nir.c | 145 case TGSI_SEMANTIC_LAYER: in tgsi_varying_semantic_to_slot()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 110 case TGSI_SEMANTIC_LAYER: in nv50_vertprog_assign_slots()
|
D | nv50_shader_state.c | 489 case TGSI_SEMANTIC_LAYER: in nv50_fp_linkage_validate()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_clip.c | 748 if (semantic_name == TGSI_SEMANTIC_LAYER || in find_interp()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 106 struct ureg_dst layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0); in util_make_vertex_passthrough_shader_with_so()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fragment.cpp | 101 case TGSI_SEMANTIC_LAYER: in do_process_inputs()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 774 } else if (iface->info->output_semantic_name[attrib] == TGSI_SEMANTIC_LAYER) { in swr_gs_llvm_emit_vertex() 2586 } else if (semantic_name == TGSI_SEMANTIC_LAYER) { in swr_so_adjust_attrib() 2755 } else if (semantic_name == TGSI_SEMANTIC_LAYER) { // gl_Layer in CompileFS()
|
/external/mesa3d/docs/gallium/ |
D | screen.rst | 196 * ``PIPE_CAP_TGSI_VS_LAYER_VIEWPORT``: Whether ``TGSI_SEMANTIC_LAYER`` and 421 * ``PIPE_CAP_TGSI_TES_LAYER_VIEWPORT``: Whether ``TGSI_SEMANTIC_LAYER`` and
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 4063 case TGSI_SEMANTIC_LAYER: in emit_gs_output_declarations() 4726 else if (semantic_name == TGSI_SEMANTIC_LAYER) { in emit_fs_input_declarations()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 1091 case TGSI_SEMANTIC_LAYER: in iter_declaration() 1381 case TGSI_SEMANTIC_LAYER: in iter_declaration()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1131 case TGSI_SEMANTIC_LAYER: in tgsi_declaration() 2739 case TGSI_SEMANTIC_LAYER: in generate_gs_copy_shader() 4113 case TGSI_SEMANTIC_LAYER: in r600_shader_from_tgsi()
|