Home
last modified time | relevance | path

Searched refs:get_sampler_desc (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c184 static LLVMValueRef get_sampler_desc(struct ac_nir_context *ctx,
3575 get_sampler_desc(ctx, instr->variables[0], AC_DESC_FMASK, NULL, true, false)); in get_image_coords()
3623 LLVMValueRef rsrc = get_sampler_desc(ctx, instr->variables[0], AC_DESC_BUFFER, NULL, true, write); in get_image_buffer_descriptor()
3675 params[1] = get_sampler_desc(ctx, instr->variables[0], AC_DESC_IMAGE, NULL, true, false); in visit_image_load()
3735 params[2] = get_sampler_desc(ctx, instr->variables[0], AC_DESC_IMAGE, NULL, true, true); in visit_image_store()
3825 params[param_count++] = get_sampler_desc(ctx, instr->variables[0], AC_DESC_IMAGE, in visit_image_atomic()
3856 get_sampler_desc(ctx, instr->variables[0], in visit_image_size()
3863 args.resource = get_sampler_desc(ctx, instr->variables[0], AC_DESC_IMAGE, NULL, true, false); in visit_image_size()
4681 static LLVMValueRef get_sampler_desc(struct ac_nir_context *ctx, in get_sampler_desc() function
4804 *res_ptr = get_sampler_desc(ctx, instr->texture, AC_DESC_BUFFER, instr, false, false); in tex_fetch_ptrs()
[all …]