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