Home
last modified time | relevance | path

Searched defs:componentNdx (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp82 float getRepresentableDifferenceUnormPacked(VkFormat format, deUint32 componentNdx) in getRepresentableDifferenceUnormPacked()
96 float getRepresentableDifferenceSnormPacked(VkFormat format, deUint32 componentNdx) in getRepresentableDifferenceSnormPacked()
1402 void writeVertexInputValueSint (deUint8* destPtr, VkFormat format, int componentNdx, deInt32 value) in writeVertexInputValueSint()
1426 …Uint32& packedFormat, deUint32& componentOffset, VkFormat format, deUint32 componentNdx, deUint32 … in writeVertexInputValueIntPacked()
1439 void writeVertexInputValueUint (deUint8* destPtr, VkFormat format, int componentNdx, deUint32 value) in writeVertexInputValueUint()
1463 void writeVertexInputValueSfloat (deUint8* destPtr, VkFormat format, int componentNdx, float value) in writeVertexInputValueSfloat()
1486 …Uint32& packedFormat, deUint32& componentOffset, VkFormat format, deUint32 componentNdx, float val… in writeVertexInputValueUfloat()
1525 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in writeVertexInputValue() local
DvktPipelineVertexUtil.cpp405 deUint32 getPackedVertexFormatComponentWidth(VkFormat format, deUint32 componentNdx) in getPackedVertexFormatComponentWidth()
DvktPipelineMultisampleTests.cpp2917 for (deUint32 componentNdx = 0u; componentNdx < m_renderColor.SIZE; ++componentNdx) in verifyImage() local
3102 for (deUint32 componentNdx = 0u; componentNdx < m_renderColor.SIZE; ++componentNdx) in verifyImage() local
3132 for (deUint32 componentNdx = 0u; componentNdx < m_renderColor.SIZE; ++componentNdx) in verifyImage() local
DvktPipelinePushConstantTests.cpp1006 for (deUint32 componentNdx = 0u; componentNdx < numComponents; componentNdx++) in setReferenceColor() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp525 …ure2DView& texture, const tcu::Sampler& sampler, const Vec2& coord, int componentNdx, const IVec2 … in gatherOffsets()
531 …ArrayView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 … in gatherOffsets()
537 …eCubeView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 … in gatherOffsets()
566 int componentNdx, in isGatherOffsetsResultValid()
595 int componentNdx, in verifyGatherOffsets()
808 …int componentNdx; // If negative, implicit component index 0 is used (i.e. the parameter is not g… member
1484 const int componentNdx = de::max(0, gatherArgs.componentNdx); in verify() local
1531 const int componentNdx = de::max(0, gatherArgs.componentNdx); in verify() local
1576 const int componentNdx = componentCaseNdx - 1; in generateBasic2DCaseIterations() local
Des31fPrimitiveBoundingBoxTests.cpp2187 …erAccess& access, const tcu::IVec4& area, int& messageLimitCounter, int componentNdx, const tcu::I… in checkAreaNumLines()
2274 …fferAccess& access, const tcu::IVec2& begin, const tcu::IVec2& end, int componentNdx, int& message… in checkLineContinuity()
2321 …fferAccess& access, const tcu::IVec2& begin, const tcu::IVec2& end, int componentNdx, int& message… in checkLineWidths()
3098 const int componentNdx = (refPoint.even) ? (1) : (2); // analyze either green or blue channel in verifyNarrowPointPattern() local
3163 const int componentNdx = (refPoint.even) ? (1) : (2); in verifyWidePoint() local
3221 …Point& refPoint, const tcu::IVec4& bbox, ResultPointType pointType, int componentNdx, int& logFloo… in verifyWidePointAt()
4532 for (int componentNdx = 0; componentNdx < 4; ++componentNdx) in renderTo() local
Des31fSeparateShaderTests.cpp468 for (int componentNdx = 0; componentNdx < NUM_COMPONENTS; ++componentNdx) in genVtxShaderSrc() local
/third_party/vk-gl-cts/framework/common/
DtcuTexLookupVerifier.cpp2442 int componentNdx, in isGatherOffsetsResultValid()
2483 int componentNdx, in isGatherOffsetsResultValid()
2494 int componentNdx, in isGatherOffsetsResultValid()
2505 int componentNdx, in isGatherOffsetsResultValid()
2517 int componentNdx, in is2DArrayGatherOffsetsResultValid()
2534 int componentNdx, in isGatherOffsetsResultValid()
2545 int componentNdx, in isGatherOffsetsResultValid()
2556 int componentNdx, in isGatherOffsetsResultValid()
2568 int componentNdx, in isGatherResultValid()
2625 int componentNdx, in isCubeGatherResultValid()
[all …]
DtcuTexture.hpp580 …ure2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 … in gatherOffsets()
686 inline Vec4 Texture2D::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, c… in gatherOffsets()
1067 …::gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, const IVec2 … in gatherOffsets()
DtcuTexture.cpp2721 …erAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 … in fetchGatherArray2DOffsets()
2751 …erAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 … in gatherArray2DOffsets()
3895 …::gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, const IVec2 … in gatherOffsets()
DtcuRasterizationVerifier.cpp866 float calculateIntersectionParameter (const tcu::Vec2 line[2], float w, int componentNdx) in calculateIntersectionParameter()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp11948 const deUint32 componentNdx = inputIndices[idx]; in compareFP16VectorExtractFunc() local
12431 inline deFloat16 getShuffledComponent (const size_t iteration, const size_t componentNdx, const deF… in getShuffledComponent()
15820 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local
15836 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local
15888 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local
15904 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local
16026 for (size_t componentNdx = 0; componentNdx < compCount; ++componentNdx) in setArgCompCount() local
16038 for (size_t componentNdx = 0; componentNdx < compCount; ++componentNdx) in setArgCompCount() local
16071 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local
16084 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local
[all …]
DvktSpvAsmTypeTests.cpp1786 for (deUint32 componentNdx = 0u; componentNdx < m_vectorSize; componentNdx++) in createConstantDeclaration() local
1812 for (deUint32 componentNdx = 0u; componentNdx < m_vectorSize; componentNdx++) in createConstantDeclaration() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp556 …ure2DView& texture, const tcu::Sampler& sampler, const Vec2& coord, int componentNdx, const IVec2 … in gatherOffsets()
562 …ArrayView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 … in gatherOffsets()
568 …eCubeView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 … in gatherOffsets()
597 int componentNdx, in isGatherOffsetsResultValid()
626 int componentNdx, in verifyGatherOffsets()
812 …int componentNdx; // If negative, implicit component index 0 is used (i.e. the parameter is not g… member
936 const int componentNdx = componentCaseNdx - 1; in generateBasic2DCaseIterations() local
1475 const int componentNdx = de::max(0, gatherArgs.componentNdx); in verify() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp349 for (int componentNdx = 0; componentNdx < buffer.componentCount; componentNdx++) in createRandomBufferData() local
933 for (int componentNdx = 0; componentNdx < buffer.componentCount; componentNdx++) in createRandomBufferData() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3587 deUint32 getFormatComponentWidth (const VkFormat format, const deUint32 componentNdx) in getFormatComponentWidth()
3663 float getRepresentableDiffUnorm (const VkFormat format, const deUint32 componentNdx) in getRepresentableDiffUnorm()
3670 float getRepresentableDiffSnorm (const VkFormat format, const deUint32 componentNdx) in getRepresentableDiffSnorm()
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp1332 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in generateArray() local
1664 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in createPerQuads() local
DglsDrawTest.cpp1579 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in createBasicArray() local
1591 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in createBasicArray() local
1594 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in createBasicArray() local