Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c2353 static LLVMValueRef get_image_buffer_descriptor(struct ac_nir_context *ctx, in get_image_buffer_descriptor() function
2421 rsrc = get_image_buffer_descriptor(ctx, instr, dynamic_index, false, false); in visit_image_load()
2506 LLVMValueRef rsrc = get_image_buffer_descriptor(ctx, instr, dynamic_index, true, false); in visit_image_store()
2642 params[param_count++] = get_image_buffer_descriptor(ctx, instr, dynamic_index, true, true); in visit_image_atomic()