HomeSort by relevance Sort by last modified time
    Searched refs:TGSI_NUM_CHANNELS (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.h 93 LLVMValueRef a[1 + PIPE_MAX_SHADER_INPUTS][TGSI_NUM_CHANNELS];
94 LLVMValueRef dadq[1 + PIPE_MAX_SHADER_INPUTS][TGSI_NUM_CHANNELS];
101 LLVMValueRef attribs[1 + PIPE_MAX_SHADER_INPUTS][TGSI_NUM_CHANNELS];
110 const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS];
lp_tile_soa.h 32 #include "tgsi/tgsi_exec.h" /* for TGSI_NUM_CHANNELS */
50 #define TILE_X_STRIDE (TGSI_NUM_CHANNELS * TILE_C_STRIDE) //64
51 #define TILE_Y_STRIDE (TILE_VECTOR_HEIGHT * TILE_SIZE * TGSI_NUM_CHANNELS) //1024
lp_bld_interp.c 185 attrib * TGSI_NUM_CHANNELS);
277 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
390 attrib * TGSI_NUM_CHANNELS);
454 for (chan = 0; chan < TGSI_NUM_CHANNELS; ++chan) {
569 for(chan = 0; chan < TGSI_NUM_CHANNELS; ++chan) {
718 setup_type.length = TGSI_NUM_CHANNELS;
729 bld->inputs = (const LLVMValueRef (*)[TGSI_NUM_CHANNELS]) bld->attribs[1];
744 for (chan = 0; chan < TGSI_NUM_CHANNELS; ++chan) {
lp_state_fs.c 238 LLVMValueRef outputs[PIPE_MAX_SHADER_OUTPUTS][TGSI_NUM_CHANNELS];
297 for(chan = 0; chan < TGSI_NUM_CHANNELS; ++chan) {
417 for(chan = 0; chan < TGSI_NUM_CHANNELS; ++chan) {
468 LLVMValueRef outputs[PIPE_MAX_SHADER_OUTPUTS][TGSI_NUM_CHANNELS];
540 for(chan = 0; chan < TGSI_NUM_CHANNELS; ++chan) {
656 for(chan = 0; chan < TGSI_NUM_CHANNELS; ++chan) {
793 LLVMValueRef fs_out_color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][16 / 4];
    [all...]
lp_state_setup.c 954 for (i = 0; i < TGSI_NUM_CHANNELS; i++) {
966 for (i = 0; i < TGSI_NUM_CHANNELS; i++) {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad.h 86 float color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE];
sp_tex_sample.h 67 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
163 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
sp_tex_sample.c 761 rgba[0], rgba[TGSI_NUM_CHANNELS], rgba[2*TGSI_NUM_CHANNELS], rgba[3*TGSI_NUM_CHANNELS]);
766 print_sample_4(const char *function, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
828 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw,
870 rgba[TGSI_NUM_CHANNELS*c] = out[c];
917 rgba[TGSI_NUM_CHANNELS*c] = out[c];
954 rgba[TGSI_NUM_CHANNELS*c] = out[c];
992 rgba[TGSI_NUM_CHANNELS*c] = out[c];
1032 rgba[TGSI_NUM_CHANNELS*c] = out[c]
    [all...]
sp_setup.c 635 for (j = 0; j < TGSI_NUM_CHANNELS; j++)
639 for (j = 0; j < TGSI_NUM_CHANNELS; j++) {
649 for (j = 0; j < TGSI_NUM_CHANNELS; j++) {
991 for (j = 0; j < TGSI_NUM_CHANNELS; j++)
995 for (j = 0; j < TGSI_NUM_CHANNELS; j++) {
1004 for (j = 0; j < TGSI_NUM_CHANNELS; j++) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 45 #define TGSI_NUM_CHANNELS 4 /* R,G,B,A */
49 for (CHAN = 0; CHAN < TGSI_NUM_CHANNELS; CHAN++)
77 union tgsi_exec_channel xyzw[TGSI_NUM_CHANNELS];
86 float a0[TGSI_NUM_CHANNELS]; /* in an xyzw layout */
87 float dadx[TGSI_NUM_CHANNELS];
88 float dady[TGSI_NUM_CHANNELS];
109 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
115 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
tgsi_exec.c 605 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 365 const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS];
366 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS];
370 LLVMValueRef immediates[LP_MAX_TGSI_IMMEDIATES][TGSI_NUM_CHANNELS];
371 LLVMValueRef temps[LP_MAX_TGSI_TEMPS][TGSI_NUM_CHANNELS];
372 LLVMValueRef addr[LP_MAX_TGSI_ADDRS][TGSI_NUM_CHANNELS];
373 LLVMValueRef preds[LP_MAX_TGSI_PREDS][TGSI_NUM_CHANNELS];
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 430 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS],
431 const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS],
469 for (chan = 0; chan < TGSI_NUM_CHANNELS; ++chan) {
546 LLVMValueRef (*dst_soa)[TGSI_NUM_CHANNELS],
552 debug_assert(TGSI_NUM_CHANNELS == 4);
553 debug_assert((soa_type.length % TGSI_NUM_CHANNELS) == 0);
558 LLVMValueRef aos_channels[TGSI_NUM_CHANNELS];
559 unsigned pixels_per_channel = soa_type.length / TGSI_NUM_CHANNELS;
561 for (j = 0; j < TGSI_NUM_CHANNELS; ++j) {
567 channel[k] = src_aos[i][j + TGSI_NUM_CHANNELS * k]
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm.h 95 LLVMValueRef outputs[RADEON_LLVM_MAX_OUTPUTS][TGSI_NUM_CHANNELS];
radeon_setup_tgsi_llvm.c 140 LLVMValueRef values[TGSI_NUM_CHANNELS] = {};
142 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
147 TGSI_NUM_CHANNELS);
163 LLVMValueRef values[TGSI_NUM_CHANNELS] = {};
165 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
169 TGSI_NUM_CHANNELS);
216 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
253 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c 101 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
122 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 322 /* XXX: Could there be more than TGSI_NUM_CHANNELS (4) ? */
323 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {

Completed in 548 milliseconds