| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineVertexInputTests.cpp | 82 float getRepresentableDifferenceUnormPacked(VkFormat format, deUint32 componentNdx) in getRepresentableDifferenceUnormPacked() 96 float getRepresentableDifferenceSnormPacked(VkFormat format, deUint32 componentNdx) in getRepresentableDifferenceSnormPacked() 1304 void writeVertexInputValueSint (deUint8* destPtr, VkFormat format, int componentNdx, deInt32 value) in writeVertexInputValueSint() 1328 …Uint32& packedFormat, deUint32& componentOffset, VkFormat format, deUint32 componentNdx, deUint32 … in writeVertexInputValueIntPacked() 1341 void writeVertexInputValueUint (deUint8* destPtr, VkFormat format, int componentNdx, deUint32 value) in writeVertexInputValueUint() 1365 void writeVertexInputValueSfloat (deUint8* destPtr, VkFormat format, int componentNdx, float value) in writeVertexInputValueSfloat() 1388 …Uint32& packedFormat, deUint32& componentOffset, VkFormat format, deUint32 componentNdx, float val… in writeVertexInputValueUfloat() 1427 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in writeVertexInputValue() local
|
| D | vktPipelineVertexUtil.cpp | 405 deUint32 getPackedVertexFormatComponentWidth(VkFormat format, deUint32 componentNdx) in getPackedVertexFormatComponentWidth()
|
| D | vktPipelineMultisampleTests.cpp | 3011 for (deUint32 componentNdx = 0u; componentNdx < m_renderColor.SIZE; ++componentNdx) in verifyImage() local 3198 for (deUint32 componentNdx = 0u; componentNdx < m_renderColor.SIZE; ++componentNdx) in verifyImage() local 3228 for (deUint32 componentNdx = 0u; componentNdx < m_renderColor.SIZE; ++componentNdx) in verifyImage() local
|
| D | vktPipelinePushConstantTests.cpp | 1028 for (deUint32 componentNdx = 0u; componentNdx < numComponents; componentNdx++) in setReferenceColor() local
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fTextureGatherTests.cpp | 525 …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
|
| D | es31fPrimitiveBoundingBoxTests.cpp | 2187 …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
|
| D | es31fSeparateShaderTests.cpp | 468 for (int componentNdx = 0; componentNdx < NUM_COMPONENTS; ++componentNdx) in genVtxShaderSrc() local
|
| /external/deqp/framework/common/ |
| D | tcuTexLookupVerifier.cpp | 2442 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 …]
|
| D | tcuTexture.hpp | 608 …ure2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 … in gatherOffsets() 714 inline Vec4 Texture2D::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, c… in gatherOffsets() 1104 …::gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, const IVec2 … in gatherOffsets()
|
| D | tcuTexture.cpp | 2791 …erAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 … in fetchGatherArray2DOffsets() 2821 …erAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 … in gatherArray2DOffsets() 4016 …::gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, const IVec2 … in gatherOffsets()
|
| D | tcuRasterizationVerifier.cpp | 866 float calculateIntersectionParameter (const tcu::Vec2 line[2], float w, int componentNdx) in calculateIntersectionParameter()
|
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmInstructionTests.cpp | 11976 const deUint32 componentNdx = inputIndices[idx]; in compareFP16VectorExtractFunc() local 12459 inline deFloat16 getShuffledComponent (const size_t iteration, const size_t componentNdx, const deF… in getShuffledComponent() 15848 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local 15864 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local 15916 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local 15932 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local 16054 for (size_t componentNdx = 0; componentNdx < compCount; ++componentNdx) in setArgCompCount() local 16066 for (size_t componentNdx = 0; componentNdx < compCount; ++componentNdx) in setArgCompCount() local 16099 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local 16112 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local [all …]
|
| D | vktSpvAsmTypeTests.cpp | 1786 for (deUint32 componentNdx = 0u; componentNdx < m_vectorSize; componentNdx++) in createConstantDeclaration() local 1812 for (deUint32 componentNdx = 0u; componentNdx < m_vectorSize; componentNdx++) in createConstantDeclaration() local
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderTextureGatherTests.cpp | 556 …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 1495 const int componentNdx = de::max(0, gatherArgs.componentNdx); in verify() local
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fVertexArrayObjectTests.cpp | 349 for (int componentNdx = 0; componentNdx < buffer.componentCount; componentNdx++) in createRandomBufferData() local 933 for (int componentNdx = 0; componentNdx < buffer.componentCount; componentNdx++) in createRandomBufferData() local
|
| /external/deqp/modules/glshared/ |
| D | glsVertexArrayTests.cpp | 1332 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in generateArray() local 1664 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in createPerQuads() local
|
| D | glsDrawTest.cpp | 1610 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in createBasicArray() local 1622 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in createBasicArray() local 1625 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in createBasicArray() local
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkImageUtil.cpp | 3664 deUint32 getFormatComponentWidth (const VkFormat format, const deUint32 componentNdx) in getFormatComponentWidth() 3740 float getRepresentableDiffUnorm (const VkFormat format, const deUint32 componentNdx) in getRepresentableDiffUnorm() 3747 float getRepresentableDiffSnorm (const VkFormat format, const deUint32 componentNdx) in getRepresentableDiffSnorm()
|