Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_buffer.c183 unsigned cmp_x = ((uint32_t *)rgba[c])[qi]; in handle_op_atomic() local
186 sdata = (dst_x == cmp_x) ? src_x : dst_x; in handle_op_atomic()
Dsp_image.c393 unsigned cmp_x = ((uint32_t *)rgba[c])[qi]; in handle_op_uint() local
396 sdata[c] = (dst_x == cmp_x) ? src_x : dst_x; in handle_op_uint()
509 int cmp_x = ((int32_t *)rgba[c])[qi]; in handle_op_int() local
512 sdata[c] = (dst_x == cmp_x) ? src_x : dst_x; in handle_op_int()
/external/mesa3d/docs/gallium/
Dtgsi.rst2760 resource[offset] = (dst_x == cmp_x ? src_x : dst_x)