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_image.c426 unsigned cmp_x = ((uint32_t *)rgba[c])[qi]; in handle_op_uint() local
429 sdata[c] = (dst_x == cmp_x) ? src_x : dst_x; in handle_op_uint()
542 int cmp_x = ((int32_t *)rgba[c])[qi]; in handle_op_int() local
545 sdata[c] = (dst_x == cmp_x) ? src_x : dst_x; in handle_op_int()
Dsp_buffer.c203 unsigned cmp_x = ((uint32_t *)rgba[c])[qi]; in handle_op_uint() local
206 sdata[c] = (dst_x == cmp_x) ? src_x : dst_x; in handle_op_uint()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst2689 resource[offset] = (dst_x == cmp_x ? src_x : dst_x)