Searched refs:ac_image_gather4 (Results 1 – 3 of 3) sorted by relevance
356 ac_image_gather4, enumerator
2089 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()
1439 args->opcode = ac_image_gather4; in build_tex_intrinsic()