Searched refs:ac_image_gather4 (Results 1 – 3 of 3) sorted by relevance
350 ac_image_gather4, enumerator
2112 assert(a->opcode == ac_image_sample || a->opcode == ac_image_gather4 || in ac_build_image_opcode()2114 assert((a->opcode == ac_image_sample || a->opcode == ac_image_gather4 || in ac_build_image_opcode()2161 bool sample = a->opcode == ac_image_sample || a->opcode == ac_image_gather4 || in ac_build_image_opcode()2164 bool load = a->opcode == ac_image_sample || a->opcode == ac_image_gather4 || in ac_build_image_opcode()2235 case ac_image_gather4: in ac_build_image_opcode()2300 bool lod_suffix = a->lod && (a->opcode == ac_image_sample || a->opcode == ac_image_gather4); in ac_build_image_opcode()
1621 args->opcode = ac_image_gather4; in build_tex_intrinsic()