Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_shader_util.h41 ac_image_1d, enumerator
Dac_shader_util.c230 return is_array ? ac_image_1darray : ac_image_1d; in ac_get_sampler_dim()
/third_party/mesa3d/src/amd/compiler/
Daco_print_ir.cpp398 case ac_image_1d: fprintf(output, " 1d"); break; in print_instr_format_specific()
Daco_instruction_selection.cpp6035 mimg->dim = ac_image_1d; in visit_bvh64_intersect_ray_amd()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_ps.c109 args.dim = ctx->shader->key.mono.u.ps.fbfetch_layered ? ac_image_1darray : ac_image_1d; in si_nir_emit_fbfetch()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2016 case ac_image_1d: in ac_num_coords()
2036 case ac_image_1d: in ac_num_derivs()
2137 dim = ac_image_1d; in ac_build_image_opcode()
2257 case ac_image_1d: in ac_build_image_opcode()