Searched refs:ac_build_imad (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_resources.c | 188 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 D | si_shader_llvm_tess.c | 93 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 D | si_shader_llvm_vs.c | 364 so_write_offset[i] = ac_build_imad( in si_llvm_emit_streamout()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.h | 429 LLVMValueRef ac_build_imad(struct ac_llvm_context *ctx, LLVMValueRef s0, LLVMValueRef s1,
|
H A D | ac_nir_to_llvm.c | 3034 return ac_build_imad(&ctx->ac, in visit_load_local_invocation_index()
|
H A D | ac_llvm_build.c | 2460 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 D | radv_nir_to_llvm.c | 847 so_write_offset[i] = ac_build_imad( in radv_emit_streamout()
|
Completed in 24 milliseconds