/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 88 float getRepresentableDifferenceUnormPacked(VkFormat format, uint32_t componentNdx) in getRepresentableDifferenceUnormPacked() 102 float getRepresentableDifferenceSnormPacked(VkFormat format, uint32_t componentNdx) in getRepresentableDifferenceSnormPacked() 1472 void writeVertexInputValueSint(uint8_t *destPtr, VkFormat format, int componentNdx, int32_t value) in writeVertexInputValueSint() 1497 VkFormat format, uint32_t componentNdx, uint32_t value) in writeVertexInputValueIntPacked() 1510 void writeVertexInputValueUint(uint8_t *destPtr, VkFormat format, int componentNdx, uint32_t value) in writeVertexInputValueUint() 1534 void writeVertexInputValueSfloat(uint8_t *destPtr, VkFormat format, int componentNdx, float value) in writeVertexInputValueSfloat() 1558 uint32_t componentNdx, float value) in writeVertexInputValueUfloat() 1597 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in writeVertexInputValue() local
|
D | vktPipelineVertexUtil.cpp | 405 uint32_t getPackedVertexFormatComponentWidth(VkFormat format, uint32_t componentNdx) in getPackedVertexFormatComponentWidth()
|
D | vktPipelineMultisampleTests.cpp | 3042 … for (uint32_t componentNdx = 0u; componentNdx < m_renderColor.SIZE; ++componentNdx) in verifyImage() local 3232 for (uint32_t componentNdx = 0u; componentNdx < m_renderColor.SIZE; ++componentNdx) in verifyImage() local 3266 for (uint32_t componentNdx = 0u; componentNdx < m_renderColor.SIZE; ++componentNdx) in verifyImage() local
|
D | vktPipelinePushConstantTests.cpp | 1102 for (uint32_t componentNdx = 0u; componentNdx < numComponents; componentNdx++) in setReferenceColor() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 540 … const Vec2 &coord, int componentNdx, const IVec2 (&offsets)[4]) in gatherOffsets() 547 … const tcu::Sampler &sampler, const Vec3 &coord, int componentNdx, in gatherOffsets() 556 … const Vec3 &coord, int componentNdx, const IVec2 (&offsets)[4]) in gatherOffsets() 585 const PrecType &prec, const Vec3 &coord, int componentNdx, in isGatherOffsetsResultValid() 605 … const PrecType &lookupPrec, int componentNdx, const PixelOffsets &getPixelOffsets) in verifyGatherOffsets() 829 …int componentNdx; // If negative, implicit component index 0 is used (i.e. the parameter is not gi… member 1512 const int componentNdx = de::max(0, gatherArgs.componentNdx); in verify() local 1560 const int componentNdx = de::max(0, gatherArgs.componentNdx); in verify() local 1612 const int componentNdx = componentCaseNdx - 1; in generateBasic2DCaseIterations() local
|
D | es31fPrimitiveBoundingBoxTests.cpp | 2281 … int &messageLimitCounter, int componentNdx, const tcu::IVec2 &numLines) const in checkAreaNumLines() 2372 … const tcu::IVec2 &end, int componentNdx, int &messageLimitCounter) const in checkLineContinuity() 2419 … const tcu::IVec2 &end, int componentNdx, int &messageLimitCounter) const in checkLineWidths() 3249 … const int componentNdx = (refPoint.even) ? (1) : (2); // analyze either green or blue channel in verifyNarrowPointPattern() local 3313 const int componentNdx = (refPoint.even) ? (1) : (2); in verifyWidePoint() local 3371 … ResultPointType pointType, int componentNdx, int &logFloodCounter) in verifyWidePointAt() 4717 for (int componentNdx = 0; componentNdx < 4; ++componentNdx) in renderTo() local
|
D | es31fSeparateShaderTests.cpp | 469 for (int componentNdx = 0; componentNdx < NUM_COMPONENTS; ++componentNdx) in genVtxShaderSrc() local
|
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 2424 … const PrecType &prec, const Vec2 &coord, int coordZ, int componentNdx, in isGatherOffsetsResultValid() 2463 … const Vec2 &coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4 &result) in isGatherOffsetsResultValid() 2469 … const Vec2 &coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4 &result) in isGatherOffsetsResultValid() 2475 … const Vec2 &coord, int componentNdx, const IVec2 (&offsets)[4], const UVec4 &result) in isGatherOffsetsResultValid() 2482 … const PrecType &prec, const Vec3 &coord, int componentNdx, in is2DArrayGatherOffsetsResultValid() 2496 … const Vec3 &coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4 &result) in isGatherOffsetsResultValid() 2502 const IntLookupPrecision &prec, const Vec3 &coord, int componentNdx, in isGatherOffsetsResultValid() 2509 const IntLookupPrecision &prec, const Vec3 &coord, int componentNdx, in isGatherOffsetsResultValid() 2517 const CubeFaceFloatCoords &coords, int componentNdx, in isGatherResultValid() 2568 … const Vec3 &coord, int componentNdx, const Vector<ScalarType, 4> &result) in isCubeGatherResultValid() [all …]
|
D | tcuTexture.hpp | 738 inline Vec4 Texture2DView::gatherOffsets(const Sampler &sampler, float s, float t, int componentNdx, in gatherOffsets() 887 inline Vec4 Texture2D::gatherOffsets(const Sampler &sampler, float s, float t, int componentNdx, in gatherOffsets() 1437 … Texture2DArray::gatherOffsets(const Sampler &sampler, float s, float t, float r, int componentNdx, in gatherOffsets()
|
D | tcuTexture.cpp | 3422 int depth, int componentNdx, const IVec2 (&offsets)[4]) in fetchGatherArray2DOffsets() 3453 int componentNdx, const IVec2 (&offsets)[4]) in gatherArray2DOffsets() 4704 …ture2DArrayView::gatherOffsets(const Sampler &sampler, float s, float t, float r, int componentNdx, in gatherOffsets()
|
D | tcuRasterizationVerifier.cpp | 961 float calculateIntersectionParameter(const tcu::Vec2 line[2], float w, int componentNdx) in calculateIntersectionParameter()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 12440 const uint32_t componentNdx = inputIndices[idx]; in compareFP16VectorExtractFunc() local 12877 inline deFloat16 getShuffledComponent(const size_t iteration, const size_t componentNdx, const deFl… in getShuffledComponent() 16234 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local 16250 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local 16302 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local 16318 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local 16440 for (size_t componentNdx = 0; componentNdx < compCount; ++componentNdx) in setArgCompCount() local 16452 for (size_t componentNdx = 0; componentNdx < compCount; ++componentNdx) in setArgCompCount() local 16485 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local 16498 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc() local [all …]
|
D | vktSpvAsmTypeTests.cpp | 1751 for (uint32_t componentNdx = 0u; componentNdx < m_vectorSize; componentNdx++) in createConstantDeclaration() local 1779 for (uint32_t componentNdx = 0u; componentNdx < m_vectorSize; componentNdx++) in createConstantDeclaration() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 620 … const Vec2 &coord, int componentNdx, const IVec2 (&offsets)[4]) in gatherOffsets() 627 … const tcu::Sampler &sampler, const Vec3 &coord, int componentNdx, in gatherOffsets() 636 … const Vec3 &coord, int componentNdx, const IVec2 (&offsets)[4]) in gatherOffsets() 665 const PrecType &prec, const Vec3 &coord, int componentNdx, in isGatherOffsetsResultValid() 685 … const PrecType &lookupPrec, int componentNdx, const PixelOffsets &getPixelOffsets) in verifyGatherOffsets() 869 …int componentNdx; // If negative, implicit component index 0 is used (i.e. the parameter is not gi… member 1008 const int componentNdx = componentCaseNdx - 1; in generateBasic2DCaseIterations() local 1582 const int componentNdx = de::max(0, gatherArgs.componentNdx); in verify() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayObjectTests.cpp | 372 for (int componentNdx = 0; componentNdx < buffer.componentCount; componentNdx++) in createRandomBufferData() local 1041 for (int componentNdx = 0; componentNdx < buffer.componentCount; componentNdx++) in createRandomBufferData() local
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1361 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in generateArray() local 1716 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in createPerQuads() local
|
D | glsDrawTest.cpp | 2045 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in createBasicArray() local 2057 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in createBasicArray() local 2060 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++) in createBasicArray() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 3948 uint32_t getFormatComponentWidth(const VkFormat format, const uint32_t componentNdx) in getFormatComponentWidth() 4029 float getRepresentableDiffUnorm(const VkFormat format, const uint32_t componentNdx) in getRepresentableDiffUnorm() 4036 float getRepresentableDiffSnorm(const VkFormat format, const uint32_t componentNdx) in getRepresentableDiffSnorm()
|