Searched refs:visit_image_load (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_nir_to_llvm.c | 2457 static LLVMValueRef visit_image_load(struct ac_nir_context *ctx, function in typeref:typename:LLVMValueRef 3307 result = visit_image_load(ctx, instr, true); 3310 result = visit_image_load(ctx, instr, false);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 2522 static LLVMValueRef visit_image_load(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, function in typeref:typename:LLVMValueRef 3791 result = visit_image_load(ctx, instr, true); 3795 result = visit_image_load(ctx, instr, false);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 6119 visit_image_load(isel_context* ctx, nir_intrinsic_instr* instr) function in namespace:aco::__anon562fcc110110 8108 case nir_intrinsic_image_deref_sparse_load: visit_image_load(ctx, instr); break;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 4365 - ac/nir: remove useless integer cast in visit_image_load()
|
Completed in 43 milliseconds