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

  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 221 tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void);
222 const tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void) const;
236 stream << "(" << comp.getSwizzle()[0]
237 << ", " << comp.getSwizzle()[1]
238 << ", " << comp.getSwizzle()[2]
239 << ", " << comp.getSwizzle()[3]
290 tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void)
295 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const
342 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 250 tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void);
251 const tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void) const;
265 stream << "(" << comp.getSwizzle()[0]
266 << ", " << comp.getSwizzle()[1]
267 << ", " << comp.getSwizzle()[2]
268 << ", " << comp.getSwizzle()[3]
319 tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void)
324 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const
371 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 96 int getSwizzle(int chan) const
123 return info->immd.data[reg.Index * 4 + getSwizzle(c)];
    [all...]

Completed in 399 milliseconds