Searched refs:getSwizzle (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 221 tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void); 222 const tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void) const; 236 stream << "(" << comp.getSwizzle()[0] in operator <<() 237 << ", " << comp.getSwizzle()[1] in operator <<() 238 << ", " << comp.getSwizzle()[2] in operator <<() 239 << ", " << comp.getSwizzle()[3] in operator <<() 290 tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) in getSwizzle() function in deqp::gles31::Functional::__anonb02207ad0111::MaybeTextureSwizzle 295 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const in getSwizzle() function in deqp::gles31::Functional::__anonb02207ad0111::MaybeTextureSwizzle 342 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]); in swizzleColor() 1322 const deUint32 curGLSwizzle = getGLTextureSwizzleComponent(m_textureSwizzle.getSwizzle()[i]); in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 250 tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void); 251 const tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void) const; 265 stream << "(" << comp.getSwizzle()[0] in operator <<() 266 << ", " << comp.getSwizzle()[1] in operator <<() 267 << ", " << comp.getSwizzle()[2] in operator <<() 268 << ", " << comp.getSwizzle()[3] in operator <<() 319 tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) in getSwizzle() function in vkt::sr::__anonf1da81390111::MaybeTextureSwizzle 324 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const in getSwizzle() function in vkt::sr::__anonf1da81390111::MaybeTextureSwizzle 371 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]); in swizzleColor() 1191 …const tcu::Vector<TextureSwizzleComponent, 4>& swizzle = m_baseParams.textureSwizzle.getSwizzle(); in init() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 96 int getSwizzle(int chan) const in getSwizzle() function in tgsi::Instruction::SrcRegister 123 return info->immd.data[reg.Index * 4 + getSwizzle(c)]; in getValueU32() 1534 int k = src.getSwizzle(c); in scanInstructionSrc() 1793 const int swz = src.getSwizzle(c); in srcToSym() 2085 const int swz = src.getSwizzle(c); in fetchSrc() 2697 uint32_t src0_component_offset = tgsi.getSrc(0).getSwizzle(c) * 4; in handleLOAD() 2722 if (!dst0[c] || tgsi.getSrc(0).getSwizzle(c) != (TGSI_SWIZZLE_X + c)) in handleLOAD() 2745 mkMov(dst0[c], def[tgsi.getSrc(0).getSwizzle(c)]); in handleLOAD() 3509 const int s = tgsi.getSrc(0).getSwizzle(c); in handleInstruction()
|