Searched defs:swizzle_index (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | lower_distance.cpp | 227 ir_rvalue *&swizzle_index) in create_indices() 382 ir_rvalue *swizzle_index; in handle_rvalue() local
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 490 LLVMValueRef swizzle_index) in swr_gs_llvm_fetch_input() 555 LLVMValueRef swizzle_index) in swr_tcs_llvm_fetch_input() 576 LLVMValueRef swizzle_index, in swr_tcs_llvm_fetch_output() 617 LLVMValueRef swizzle_index, in swr_tcs_llvm_store_output() 655 LLVMValueRef swizzle_index) in swr_tes_llvm_fetch_vtx_input() 673 LLVMValueRef swizzle_index) in swr_tes_llvm_fetch_patch_input() 691 LLVMValueRef swizzle_index) in swr_gs_llvm_fetch_input() 993 LLVMValueRef swizzle_index) in swr_tcs_llvm_fetch_input() 1074 LLVMValueRef swizzle_index, in swr_tcs_llvm_fetch_output() 1164 LLVMValueRef swizzle_index, in swr_tcs_llvm_store_output() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1734 LLVMValueRef swizzle_index) in draw_gs_llvm_fetch_input() 3079 LLVMValueRef swizzle_index) in draw_tcs_llvm_emit_fetch_input() 3141 LLVMValueRef swizzle_index, in draw_tcs_llvm_emit_fetch_output() 3205 LLVMValueRef swizzle_index, in draw_tcs_llvm_emit_store_output() 3750 LLVMValueRef swizzle_index) in draw_tes_llvm_fetch_vertex_input() 3810 LLVMValueRef swizzle_index) in draw_tes_llvm_fetch_patch_input()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 1128 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle); in emit_fetch_gs_input() local 1183 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle_in >> 16); in emit_fetch_gs_input() local 1216 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle); in emit_fetch_tcs_input() local 1274 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle_in >> 16); in emit_fetch_tcs_input() local 1319 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle); in emit_fetch_tes_input() local 1371 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle_in >> 16); in emit_fetch_tes_input() local
|