Home
last modified time | relevance | path

Searched defs:swizzle_index (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1377 LLVMValueRef swizzle_index) in draw_gs_llvm_fetch_input()
2677 LLVMValueRef swizzle_index) in draw_tcs_llvm_emit_fetch_input()
2738 LLVMValueRef swizzle_index, in draw_tcs_llvm_emit_fetch_output()
2803 LLVMValueRef swizzle_index, in draw_tcs_llvm_emit_store_output()
3355 LLVMValueRef swizzle_index) in draw_tes_llvm_fetch_vertex_input()
3414 LLVMValueRef swizzle_index) in draw_tes_llvm_fetch_patch_input()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1135 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle); in emit_fetch_gs_input() local
1190 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle_in >> 16); in emit_fetch_gs_input() local
1223 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle); in emit_fetch_tcs_input() local
1281 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle_in >> 16); in emit_fetch_tcs_input() local
1326 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle); in emit_fetch_tes_input() local
1378 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle_in >> 16); in emit_fetch_tes_input() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c144 LLVMValueRef swizzle_index, in lp_mesh_llvm_emit_store_output()