Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h356 ac_image_gather4, enumerator
Dac_llvm_build.c2089 assert(a->opcode == ac_image_sample || a->opcode == ac_image_gather4 || in ac_build_image_opcode()
2091 assert((a->opcode == ac_image_sample || a->opcode == ac_image_gather4 || in ac_build_image_opcode()
2115 bool sample = a->opcode == ac_image_sample || a->opcode == ac_image_gather4 || in ac_build_image_opcode()
2118 bool load = a->opcode == ac_image_sample || a->opcode == ac_image_gather4 || in ac_build_image_opcode()
2184 case ac_image_gather4: in ac_build_image_opcode()
2249 bool lod_suffix = a->lod && (a->opcode == ac_image_sample || a->opcode == ac_image_gather4); in ac_build_image_opcode()
Dac_nir_to_llvm.c1439 args->opcode = ac_image_gather4; in build_tex_intrinsic()