Home
last modified time | relevance | path

Searched refs:ac_build_imad (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_resources.c188 index = ac_build_imad(&ctx->ac, index, LLVMConstInt(ctx->ac.i32, 2, 0), ctx->ac.i32_1); in si_load_image_desc()
220 index = ac_build_imad(&ctx->ac, index, LLVMConstInt(ctx->ac.i32, 4, 0), ctx->ac.i32_1); in si_load_sampler_desc()
226 index = ac_build_imad(&ctx->ac, index, LLVMConstInt(ctx->ac.i32, 2, 0), ctx->ac.i32_1); in si_load_sampler_desc()
230 index = ac_build_imad(&ctx->ac, index, LLVMConstInt(ctx->ac.i32, 4, 0), in si_load_sampler_desc()
H A Dsi_shader_llvm_tess.c93 return ac_build_imad(&ctx->ac, patch_stride, rel_patch_id, patch0_patch_data_offset); in get_tcs_out_current_patch_data_offset()
164 base_addr = ac_build_imad(&ctx->ac, rel_patch_id, vertices_per_patch, vertex_index); in get_tcs_tes_buffer_address()
171 base_addr = ac_build_imad(&ctx->ac, param_index, param_stride, base_addr); in get_tcs_tes_buffer_address()
H A Dsi_shader_llvm_vs.c364 so_write_offset[i] = ac_build_imad( in si_llvm_emit_streamout()
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h429 LLVMValueRef ac_build_imad(struct ac_llvm_context *ctx, LLVMValueRef s0, LLVMValueRef s1,
H A Dac_nir_to_llvm.c3034 return ac_build_imad(&ctx->ac, in visit_load_local_invocation_index()
H A Dac_llvm_build.c2460 LLVMValueRef ac_build_imad(struct ac_llvm_context *ctx, LLVMValueRef s0, LLVMValueRef s1, in ac_build_imad() function
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c847 so_write_offset[i] = ac_build_imad( in radv_emit_streamout()

Completed in 24 milliseconds