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.c431 return is_array ? ac_image_1darray : ac_image_1d; in ac_get_sampler_dim()
/third_party/mesa3d/src/amd/compiler/
Daco_print_ir.cpp400 case ac_image_1d: fprintf(output, " 1d"); break; in print_instr_format_specific()
Daco_instruction_selection.cpp6108 mimg->dim = ac_image_1d; in visit_bvh64_intersect_ray_amd()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_ps.c107 args.dim = ctx->shader->key.ps.mono.fbfetch_layered ? ac_image_1darray : ac_image_1d; in si_nir_emit_fbfetch()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2029 case ac_image_1d: in ac_num_coords()
2049 case ac_image_1d: in ac_num_derivs()
2150 dim = ac_image_1d; in ac_build_image_opcode()
2270 case ac_image_1d: in ac_build_image_opcode()