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

  /external/deqp/framework/common/
tcuTexLookupVerifier.hpp 135 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4& result);
136 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4& result);
137 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const UVec4& result);
139 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4& result);
140 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4& result);
141 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const UVec4& result);
144 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, int componentNdx, const Vec4& result);
145 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec4& result);
146 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const UVec4& result);
tcuTexture.hpp 467 Vec4 gatherArray2DOffsets (const ConstPixelBufferAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 (&offsets)[4]);
573 Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 (&offsets)[4]) const;
608 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 (&offsets)[4]) const
610 return gatherArray2DOffsets(m_levels[0], sampler, s, t, 0, componentNdx, offsets);
730 Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 (&offsets)[4]) const;
769 inline Vec4 Texture2D::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 (&offsets)[4]) const
771 return m_view.gatherOffsets(sampler, s, t, componentNdx, offsets);
796 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
828 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
855 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) cons
    [all...]
tcuTexLookupVerifier.cpp     [all...]
tcuTexture.cpp     [all...]
tcuRasterizationVerifier.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.cpp 405 deUint32 getPackedVertexFormatComponentWidth(VkFormat format, deUint32 componentNdx)
411 DE_ASSERT(componentNdx < 2);
419 DE_ASSERT(componentNdx < 3);
420 return componentSizes[componentNdx];
425 DE_ASSERT(componentNdx < 4);
433 DE_ASSERT(componentNdx < 4);
434 return componentSizes[componentNdx];
440 DE_ASSERT(componentNdx < 4);
441 return componentSizes[componentNdx];
451 DE_ASSERT(componentNdx < 4)
    [all...]
vktPipelineVertexUtil.hpp 53 deUint32 getPackedVertexFormatComponentWidth (vk::VkFormat format, deUint32 componentNdx);
vktPipelineVertexInputTests.cpp 82 float getRepresentableDifferenceUnormPacked(VkFormat format, deUint32 componentNdx)
86 return 1.0f / float((1 << (getPackedVertexFormatComponentWidth(format, componentNdx))) - 1);
96 float getRepresentableDifferenceSnormPacked(VkFormat format, deUint32 componentNdx)
100 return 1.0f / float((1 << (getPackedVertexFormatComponentWidth(format, componentNdx) - 1)) - 1);
    [all...]
vktPipelinePushConstantTests.cpp     [all...]
vktPipelineMultisampleTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 524 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4])
526 return texture.gatherOffsets(sampler, coord.x(), coord.y(), componentNdx, offsets).cast<ColorScalarType>();
530 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4])
532 return texture.gatherOffsets(sampler, coord.x(), coord.y(), coord.z(), componentNdx, offsets).cast<ColorScalarType>();
536 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4])
540 return texture.gather(sampler, coord.x(), coord.y(), coord.z(), componentNdx).cast<ColorScalarType>();
565 int componentNdx,
571 return tcu::isGatherResultValid(texture, sampler, prec, coord, componentNdx, result);
594 int componentNdx,
617 const ColorVec idealPix = gatherOffsets<ColorScalarType>(texture, sampler, texCoord, componentNdx, offsets)
    [all...]
es31fPrimitiveBoundingBoxTests.cpp     [all...]
es31fSeparateShaderTests.cpp 468 for (int componentNdx = 0; componentNdx < NUM_COMPONENTS; ++componentNdx)
470 printFloat(oss, s_quadrants[vertexNdx][componentNdx] * rnd.getInt(4,16) / 16.0);
471 oss << (componentNdx < 1 ? ", " : "");
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp     [all...]
vktSpvAsmTypeTests.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp 70 float getRepresentableDiffUnorm (const VkFormat format, const deUint32 componentNdx);
71 float getRepresentableDiffSnorm (const VkFormat format, const deUint32 componentNdx);
72 deUint32 getFormatComponentWidth (const VkFormat format, const deUint32 componentNdx);
vkImageUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 553 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4])
555 return texture.gatherOffsets(sampler, coord.x(), coord.y(), componentNdx, offsets).cast<ColorScalarType>();
559 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4])
561 return texture.gatherOffsets(sampler, coord.x(), coord.y(), coord.z(), componentNdx, offsets).cast<ColorScalarType>();
565 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4])
569 return texture.gather(sampler, coord.x(), coord.y(), coord.z(), componentNdx).cast<ColorScalarType>();
594 int componentNdx,
600 return tcu::isGatherResultValid(texture, sampler, prec, coord, componentNdx, result);
623 int componentNdx,
646 const ColorVec idealPix = gatherOffsets<ColorScalarType>(texture, sampler, texCoord, componentNdx, offsets)
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp     [all...]
glsDrawTest.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 349 for (int componentNdx = 0; componentNdx < buffer.componentCount; componentNdx++)
925 for (int componentNdx = 0; componentNdx < buffer.componentCount; componentNdx++)
    [all...]

Completed in 670 milliseconds