Home
last modified time | relevance | path

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

12

/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/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c119 *semantic_name = TGSI_SEMANTIC_LAYER; in tgsi_get_gl_varying_semantic()
Dtgsi_scan.c763 case TGSI_SEMANTIC_LAYER: in scan_declaration()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h188 TGSI_SEMANTIC_LAYER, /**< layer (rendertarget index) */ enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h188 #define TGSI_SEMANTIC_LAYER 22 /**< layer (rendertarget index) */ macro
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c45 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/
Dsi_shaderlib_tgsi.c73 struct ureg_dst layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0); in si_get_blitter_vs()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c383 else if (semName == TGSI_SEMANTIC_LAYER) { in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp577 case TGSI_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break; in recordLocation()
Dnv50_ir_from_tgsi.cpp1258 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/
Dst_pbo.c359 out_layer = ureg_DECL_output(ureg, TGSI_SEMANTIC_LAYER, 0); in st_pbo_create_gs()
Dst_program.c973 input_semantic_name[slot] = TGSI_SEMANTIC_LAYER; in st_translate_fragment_program()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c713 case TGSI_SEMANTIC_LAYER: in nir_tgsi_scan_shader()
Dtgsi_to_nir.c145 case TGSI_SEMANTIC_LAYER: in tgsi_varying_semantic_to_slot()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c110 case TGSI_SEMANTIC_LAYER: in nv50_vertprog_assign_slots()
Dnv50_shader_state.c489 case TGSI_SEMANTIC_LAYER: in nv50_fp_linkage_validate()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c748 if (semantic_name == TGSI_SEMANTIC_LAYER || in find_interp()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c106 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/
Dsfn_shader_fragment.cpp101 case TGSI_SEMANTIC_LAYER: in do_process_inputs()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp774 } 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/
Dscreen.rst196 * ``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/
Dsvga_tgsi_vgpu10.c4063 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/
Dvrend_shader.c1091 case TGSI_SEMANTIC_LAYER: in iter_declaration()
1381 case TGSI_SEMANTIC_LAYER: in iter_declaration()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1131 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()

12