Home
last modified time | relevance | path

Searched refs:attrib_index (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h431 LLVMValueRef attrib_index,
461 LLVMValueRef attrib_index,
472 LLVMValueRef attrib_index,
481 LLVMValueRef attrib_index,
494 LLVMValueRef attrib_index,
501 LLVMValueRef attrib_index,
Dlp_bld_tgsi_soa.c1125 LLVMValueRef attrib_index = NULL; in emit_fetch_gs_input() local
1151 attrib_index = get_indirect_index(bld, in emit_fetch_gs_input()
1157 attrib_index = lp_build_const_int32(gallivm, reg->Register.Index); in emit_fetch_gs_input()
1178 attrib_index, in emit_fetch_gs_input()
1189 attrib_index, in emit_fetch_gs_input()
1213 LLVMValueRef attrib_index = NULL; in emit_fetch_tcs_input() local
1232 attrib_index = get_indirect_index(bld, in emit_fetch_tcs_input()
1238 attrib_index = lp_build_const_int32(gallivm, reg->Register.Index); in emit_fetch_tcs_input()
1257 attrib_index, in emit_fetch_tcs_input()
1266 attrib_index, in emit_fetch_tcs_input()
[all …]
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp355 LLVMValueRef attrib_index,
387 LLVMValueRef attrib_index,
396 LLVMValueRef attrib_index,
407 LLVMValueRef attrib_index,
424 LLVMValueRef attrib_index,
431 LLVMValueRef attrib_index,
489 LLVMValueRef attrib_index, in swr_gs_llvm_fetch_input() argument
498 attrib_index, in swr_gs_llvm_fetch_input()
553 LLVMValueRef attrib_index, in swr_tcs_llvm_fetch_input() argument
564 attrib_index, in swr_tcs_llvm_fetch_input()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1733 LLVMValueRef attrib_index, in draw_gs_llvm_fetch_input() argument
1749 LLVMValueRef attr_chan_index = attrib_index; in draw_gs_llvm_fetch_input()
1758 attrib_index, idx, ""); in draw_gs_llvm_fetch_input()
1773 indices[1] = attrib_index; in draw_gs_llvm_fetch_input()
3077 LLVMValueRef attrib_index, in draw_tcs_llvm_emit_fetch_input() argument
3095 LLVMValueRef attr_chan_index = attrib_index; in draw_tcs_llvm_emit_fetch_input()
3105 attrib_index, idx, ""); in draw_tcs_llvm_emit_fetch_input()
3123 indices[1] = attrib_index; in draw_tcs_llvm_emit_fetch_input()
3139 LLVMValueRef attrib_index, in draw_tcs_llvm_emit_fetch_output() argument
3158 LLVMValueRef attr_chan_index = attrib_index; in draw_tcs_llvm_emit_fetch_output()
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_shader_info.c306 unsigned attrib_index = var->data.location + i - VERT_ATTRIB_GENERIC0; in gather_info_input_decl_vs() local
308 if (key->vs.instance_rate_inputs & (1u << attrib_index)) in gather_info_input_decl_vs()
Dradv_nir_to_llvm.c1126 unsigned attrib_index = variable->data.location + i - VERT_ATTRIB_GENERIC0; in handle_vs_input_decl() local
1127 unsigned attrib_format = ctx->args->options->key.vs.vertex_attribute_formats[attrib_index]; in handle_vs_input_decl()
1139 if (ctx->args->options->key.vs.instance_rate_inputs & (1u << attrib_index)) { in handle_vs_input_decl()
1140 uint32_t divisor = ctx->args->options->key.vs.instance_rate_divisors[attrib_index]; in handle_vs_input_decl()
1170 unsigned attrib_binding = ctx->args->options->key.vs.vertex_attribute_bindings[attrib_index]; in handle_vs_input_decl()
1171 unsigned attrib_offset = ctx->args->options->key.vs.vertex_attribute_offsets[attrib_index]; in handle_vs_input_decl()
1172 unsigned attrib_stride = ctx->args->options->key.vs.vertex_attribute_strides[attrib_index]; in handle_vs_input_decl()
1173 unsigned alpha_adjust = ctx->args->options->key.vs.alpha_adjust[attrib_index]; in handle_vs_input_decl()
1175 if (ctx->args->options->key.vs.post_shuffle & (1 << attrib_index)) { in handle_vs_input_decl()
1245 if (ctx->args->options->key.vs.post_shuffle & (1 << attrib_index)) { in handle_vs_input_decl()