| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_nir_to_llvm.c | 57 static LLVMValueRef get_sampler_desc(struct ac_nir_context *ctx, 2344 return get_sampler_desc(ctx, deref_instr, desc_type, &instr->instr, true, write); 2392 get_sampler_desc(ctx, nir_instr_as_deref(instr->src[0].ssa->parent_instr), 3490 static LLVMValueRef get_sampler_desc(struct ac_nir_context *ctx, function in typeref:typename:LLVMValueRef 3642 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, main_descriptor, &instr->instr, false, false); 3645 *samp_ptr = get_sampler_desc(ctx, sampler_deref_instr, AC_DESC_SAMPLER, &instr->instr, false, false); 3651 *fmask_ptr = get_sampler_desc(ctx, texture_deref_instr, AC_DESC_FMASK, &instr->instr, false, false);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 71 static LLVMValueRef get_sampler_desc(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, 2421 return get_sampler_desc(ctx, deref_instr, desc_type, &instr->instr, dynamic_index, true, write); 2461 get_sampler_desc(ctx, nir_instr_as_deref(instr->src[0].ssa->parent_instr), AC_DESC_FMASK, 4425 * into get_sampler_desc with the same arguments. */ 4433 static LLVMValueRef get_sampler_desc(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, function in typeref:typename:LLVMValueRef 4523 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, main_descriptor, &instr->instr, 4527 *samp_ptr = get_sampler_desc(ctx, sampler_deref_instr, AC_DESC_SAMPLER, &instr->instr, 4533 *fmask_ptr = get_sampler_desc(ctx, texture_deref_instr, AC_DESC_FMASK, &instr->instr,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 5745 get_sampler_desc(isel_context* ctx, nir_deref_instr* deref_instr, function in namespace:aco::__anon562fcc110110 5877 Temp desc2 = get_sampler_desc(ctx, deref_instr, ACO_DESC_PLANE_1, tex_instr, write); 6154 Temp resource = get_sampler_desc(ctx, nir_instr_as_deref(instr->src[0].ssa->parent_instr), 6235 Temp rsrc = get_sampler_desc(ctx, nir_instr_as_deref(instr->src[0].ssa->parent_instr), 6264 Temp resource = get_sampler_desc(ctx, nir_instr_as_deref(instr->src[0].ssa->parent_instr), 6373 Temp resource = get_sampler_desc(ctx, nir_instr_as_deref(instr->src[0].ssa->parent_instr), 6397 Temp resource = get_sampler_desc(ctx, nir_instr_as_deref(instr->src[0].ssa->parent_instr), 6455 Temp desc = get_sampler_desc(ctx, nir_instr_as_deref(instr->src[0].ssa->parent_instr), 6465 Temp resource = get_sampler_desc(ctx, nir_instr_as_deref(instr->src[0].ssa->parent_instr), 6518 Temp resource = get_sampler_desc(ct [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 2429 - ac/nir_to_llvm: add support for structs to get_sampler_desc()
|
| H A D | 21.1.0.rst | 4765 - aco: use p_as_uniform for get_sampler_desc and convert_pointer_to_64_bit 5201 - aco: fix get_sampler_desc() for image loads
|
| H A D | 19.1.0.rst | 4539 - ac/nir_to_llvm: make get_sampler_desc() more generic and pass it the
|
| H A D | 21.2.0.rst | 4396 - aco: remove image parameter from get_sampler_desc()
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 22918 "description": "aco: don't create unnecessary addition in indirect get_sampler_desc()", [all...] |