Searched refs:rgba2 (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dcalibrate_rast.c360 GLfloat rgba2[2][4]; local in function:QuadCalibrate
379 glReadPixels(xpos + width - 1, ypos + 2, 2, 1, GL_RGBA, GL_FLOAT, rgba2);
381 rgba2[0][0] == 1.0 && rgba2[1][0] == 0.0) {
390 glReadPixels(xpos + 2, ypos + height - 1, 1, 2, GL_RGBA, GL_FLOAT, rgba2);
392 rgba2[0][0] == 1.0 && rgba2[1][0] == 0.0) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_buffer.c165 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
204 unsigned src_x = ((uint32_t *)rgba2[c])[qi];
294 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
335 opcode, params->writemask, rgba, rgba2);
158 handle_op_atomic(const struct pipe_shader_buffer * bview,bool just_read,unsigned char * data_ptr,uint qi,enum tgsi_opcode opcode,unsigned writemask,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
289 sp_tgsi_op(const struct tgsi_buffer * buffer,const struct tgsi_buffer_params * params,enum tgsi_opcode opcode,const int s[TGSI_QUAD_SIZE],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
H A Dsp_image.c391 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
427 unsigned src_x = ((uint32_t *)rgba2[c])[qi];
508 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
543 int src_x = ((int32_t *)rgba2[c])[qi];
658 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
717 opcode, s_coord, t_coord, rgba, rgba2);
720 opcode, s_coord, t_coord, rgba, rgba2);
381 handle_op_uint(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
498 handle_op_int(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
650 sp_tgsi_op(const struct tgsi_image * image,const struct tgsi_image_params * params,enum tgsi_opcode opcode,const int s[TGSI_QUAD_SIZE],const int t[TGSI_QUAD_SIZE],const int r[TGSI_QUAD_SIZE],const int sample[TGSI_QUAD_SIZE],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_image.c358 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
394 unsigned src_x = ((uint32_t *)rgba2[c])[qi];
475 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
510 int src_x = ((int32_t *)rgba2[c])[qi];
625 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
684 opcode, s_coord, t_coord, rgba, rgba2);
687 opcode, s_coord, t_coord, rgba, rgba2);
348 handle_op_uint(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
465 handle_op_int(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
617 sp_tgsi_op(const struct tgsi_image * image,const struct tgsi_image_params * params,enum tgsi_opcode opcode,const int s[TGSI_QUAD_SIZE],const int t[TGSI_QUAD_SIZE],const int r[TGSI_QUAD_SIZE],const int sample[TGSI_QUAD_SIZE],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h143 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
173 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
H A Dtgsi_exec.c4217 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; local in function:exec_atomop_img
4254 rgba2[0][j] = value2[0].f[j];
4255 rgba2[1][j] = value2[1].f[j];
4256 rgba2[2][j] = value2[2].f[j];
4257 rgba2[3][j] = value2[3].f[j];
4263 rgba, rgba2);
4285 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; local in function:exec_atomop_buf
4313 rgba2[0][j] = value2[0].f[j];
4314 rgba2[1][j] = value2[1].f[j];
4315 rgba2[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h143 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
H A Dtgsi_exec.c3985 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; local in function:exec_atomop_img
4021 rgba2[0][j] = value2[0].f[j];
4022 rgba2[1][j] = value2[1].f[j];
4023 rgba2[2][j] = value2[2].f[j];
4024 rgba2[3][j] = value2[3].f[j];
4030 rgba, rgba2);

Completed in 21 milliseconds