Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h366 ac_image_gather4, enumerator
Dac_llvm_build.c2099 assert(a->opcode == ac_image_sample || a->opcode == ac_image_gather4 || in ac_build_image_opcode()
2101 assert((a->opcode == ac_image_sample || a->opcode == ac_image_gather4 || in ac_build_image_opcode()
2148 bool sample = a->opcode == ac_image_sample || a->opcode == ac_image_gather4 || in ac_build_image_opcode()
2151 bool load = a->opcode == ac_image_sample || a->opcode == ac_image_gather4 || in ac_build_image_opcode()
2222 case ac_image_gather4: in ac_build_image_opcode()
2287 bool lod_suffix = a->lod && (a->opcode == ac_image_sample || a->opcode == ac_image_gather4); in ac_build_image_opcode()
Dac_nir_to_llvm.c1569 args->opcode = ac_image_gather4; in build_tex_intrinsic()