| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.cpp | 335 for (vvec::iterator I2 = dst.begin(), E2 = dst.end(); local in function:r600_sb::alu_packed_node::update_packed_items 336 I2 != E2; ++I2) { 337 value *v = *I2; 346 for (vvec::iterator I2 = dst.begin(), E2 = dst.end(); local in function:r600_sb::alu_packed_node::update_packed_items 347 I2 != E2; ++I2, ++chan) { 348 *I2 = swp[chan]; 356 for (vvec::iterator I2 = n->src.begin(), E2 = n->src.end(); local in function:r600_sb::alu_packed_node::update_packed_items 357 I2 ! 360 for (vvec::iterator I2 = n->dst.begin(), E2 = n->dst.end(); local in function:r600_sb::alu_packed_node::update_packed_items [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.cpp | 335 for (vvec::iterator I2 = dst.begin(), E2 = dst.end(); local in function:r600_sb::alu_packed_node::update_packed_items 336 I2 != E2; ++I2) { 337 value *v = *I2; 346 for (vvec::iterator I2 = dst.begin(), E2 = dst.end(); local in function:r600_sb::alu_packed_node::update_packed_items 347 I2 != E2; ++I2, ++chan) { 348 *I2 = swp[chan]; 356 for (vvec::iterator I2 = n->src.begin(), E2 = n->src.end(); local in function:r600_sb::alu_packed_node::update_packed_items 357 I2 ! 360 for (vvec::iterator I2 = n->dst.begin(), E2 = n->dst.end(); local in function:r600_sb::alu_packed_node::update_packed_items [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_formats.c | 109 #define I2(c, p, n, r, g, b, a, t, s, u) \ macro 304 I2(A, R32G32_SINT, RG32_SINT, R, G, xx, xx, SINT, R32_G32, IR), 305 I2(A, R32G32_UINT, RG32_UINT, R, G, xx, xx, UINT, R32_G32, IR), 327 I2(A, R16G16_SINT, RG16_SINT, R, G, xx, xx, SINT, R16_G16, IR), 328 I2(A, R16G16_UINT, RG16_UINT, R, G, xx, xx, UINT, R16_G16, IR), 345 I2(A, R8G8_SINT, RG8_SINT, R, G, xx, xx, SINT, G8R8, IR), 346 I2(A, R8G8_UINT, RG8_UINT, R, G, xx, xx, UINT, G8R8, IR),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_formats.c | 109 #define I2(c, p, n, r, g, b, a, t, s, u) \ macro 304 I2(A, R32G32_SINT, RG32_SINT, R, G, xx, xx, SINT, R32_G32, IR), 305 I2(A, R32G32_UINT, RG32_UINT, R, G, xx, xx, UINT, R32_G32, IR), 327 I2(A, R16G16_SINT, RG16_SINT, R, G, xx, xx, SINT, R16_G16, IR), 328 I2(A, R16G16_UINT, RG16_UINT, R, G, xx, xx, UINT, R16_G16, IR), 345 I2(A, R8G8_SINT, RG8_SINT, R, G, xx, xx, SINT, G8R8, IR), 346 I2(A, R8G8_UINT, RG8_UINT, R, G, xx, xx, UINT, G8R8, IR),
|