Searched refs:ac_build_image_opcode (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 430 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, struct ac_image_args *a);
|
D | ac_nir_to_llvm.c | 1454 LLVMValueRef size = ac_build_image_opcode(ctx, &resinfo); in lower_gather4_integer() 1483 result = ac_build_image_opcode(ctx, args); in lower_gather4_integer() 1623 return ac_build_image_opcode(&ctx->ac, args); in build_tex_intrinsic() 2585 res = ac_build_image_opcode(&ctx->ac, &args); in visit_image_load() 2674 ac_build_image_opcode(&ctx->ac, &args); in visit_image_store() 2829 result = ac_build_image_opcode(&ctx->ac, &args); in visit_image_atomic() 2895 res = ac_build_image_opcode(&ctx->ac, &args); in visit_image_size()
|
D | ac_llvm_build.c | 2087 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, struct ac_image_args *a) in ac_build_image_opcode() function 3348 LLVMValueRef fmask_value = ac_build_image_opcode(ac, &fmask_load); in ac_apply_fmask_to_sample()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_ps.c | 113 return ac_build_image_opcode(&ctx->ac, &args); in si_nir_emit_fbfetch()
|