Searched refs:swizzleZ (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h429 unsigned int swizzleZ : 2; /* VGPU10_COMPONENT_NAME */ member in struct:__anon567b0b48230a::__anon567b0b482508
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h251 unsigned swizzleZ, unsigned swizzleW)
261 reg->Register.SwizzleZ = swizzleZ;
248 tgsi_transform_src_reg(struct tgsi_full_src_register * reg,unsigned file,unsigned index,unsigned swizzleX,unsigned swizzleY,unsigned swizzleZ,unsigned swizzleW) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h269 unsigned swizzleZ, unsigned swizzleW)
279 reg->Register.SwizzleZ = swizzleZ;
266 tgsi_transform_src_reg(struct tgsi_full_src_register * reg,unsigned file,unsigned index,unsigned swizzleX,unsigned swizzleY,unsigned swizzleZ,unsigned swizzleW) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h724 unsigned int swizzleZ : 2; /* VGPU10_COMPONENT_NAME */ member in struct:__anon4601d9fb2f0a::__anon4601d9fb3108
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c859 operand0.swizzleZ = 2;
1013 const unsigned swizzleZ = reg->Register.SwizzleZ; local in function:emit_src_register
1105 swizzleX == swizzleZ &&
1115 operand0.swizzleZ = swizzleZ;
1142 assert(swizzleZ < 4);
1147 emit_dword(emit, c[swizzleZ]);
1190 operand0.swizzleZ = VGPU10_COMPONENT_Z;
1239 operand0.swizzleZ = VGPU10_COMPONENT_X;
1266 operand0.swizzleZ
1598 swizzle_src(const struct tgsi_full_src_register * reg,enum tgsi_swizzle swizzleX,enum tgsi_swizzle swizzleY,enum tgsi_swizzle swizzleZ,enum tgsi_swizzle swizzleW) argument
4942 const unsigned swizzleZ = off[0].SwizzleZ; local in function:get_texel_offsets
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1176 operand0.swizzleZ = 2;
1486 unsigned swizzleZ = reg->Register.SwizzleZ; local in function:emit_src_register
1511 swizzleX = swizzleY = swizzleZ = swizzleW = TGSI_SWIZZLE_X;
1587 swizzleX = swizzleY = swizzleZ = swizzleW = TGSI_SWIZZLE_X;
1607 swizzleX = swizzleY = swizzleZ = swizzleW = TGSI_SWIZZLE_X;
1630 swizzleX = swizzleY = swizzleZ = swizzleW = TGSI_SWIZZLE_W;
1779 swizzleX == swizzleZ &&
1789 operand0.swizzleZ = swizzleZ;
1816 assert(swizzleZ <
2312 swizzle_src(const struct tgsi_full_src_register * reg,enum tgsi_swizzle swizzleX,enum tgsi_swizzle swizzleY,enum tgsi_swizzle swizzleZ,enum tgsi_swizzle swizzleW) argument
7696 const unsigned swizzleZ = off[0].SwizzleZ; local in function:get_texel_offsets
[all...]

Completed in 19 milliseconds