Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dlower_distance.cpp382 ir_rvalue *swizzle_index; in handle_rvalue() local
225 create_indices(ir_rvalue *old_index, ir_rvalue *&array_index, ir_rvalue *&swizzle_index) create_indices() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1128 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); emit_fetch_tes_input() local
1371 LLVMValueRef swizzle_index = lp_build_const_int32(gallivm, swizzle_in >> 16); emit_fetch_tes_input() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1731 draw_gs_llvm_fetch_input(const struct lp_build_gs_iface *gs_iface, struct lp_build_context * bld, boolean is_vindex_indirect, LLVMValueRef vertex_index, boolean is_aindex_indirect, LLVMValueRef attrib_index, LLVMValueRef swizzle_index) draw_gs_llvm_fetch_input() argument
3102 draw_tcs_llvm_emit_fetch_input(const struct lp_build_tcs_iface *tes_iface, struct lp_build_context *bld, boolean is_vindex_indirect, LLVMValueRef vertex_index, boolean is_aindex_indirect, LLVMValueRef attrib_index, boolean is_sindex_indirect, LLVMValueRef swizzle_index) draw_tcs_llvm_emit_fetch_input() argument
3164 draw_tcs_llvm_emit_fetch_output(const struct lp_build_tcs_iface *tes_iface, struct lp_build_context *bld, boolean is_vindex_indirect, LLVMValueRef vertex_index, boolean is_aindex_indirect, LLVMValueRef attrib_index, boolean is_sindex_indirect, LLVMValueRef swizzle_index, uint32_t name) draw_tcs_llvm_emit_fetch_output() argument
3227 draw_tcs_llvm_emit_store_output(const struct lp_build_tcs_iface *tes_iface, struct lp_build_context *bld, unsigned name, boolean is_vindex_indirect, LLVMValueRef vertex_index, boolean is_aindex_indirect, LLVMValueRef attrib_index, boolean is_sindex_indirect, LLVMValueRef swizzle_index, LLVMValueRef value, LLVMValueRef mask_vec) draw_tcs_llvm_emit_store_output() argument
3785 draw_tes_llvm_fetch_vertex_input(const struct lp_build_tes_iface *tes_iface, struct lp_build_context *bld, boolean is_vindex_indirect, LLVMValueRef vertex_index, boolean is_aindex_indirect, LLVMValueRef attrib_index, boolean is_sindex_indirect, LLVMValueRef swizzle_index) draw_tes_llvm_fetch_vertex_input() argument
3848 draw_tes_llvm_fetch_patch_input(const struct lp_build_tes_iface *tes_iface, struct lp_build_context *bld, boolean is_aindex_indirect, LLVMValueRef attrib_index, LLVMValueRef swizzle_index) draw_tes_llvm_fetch_patch_input() argument
[all...]

Completed in 12 milliseconds