Home
last modified time | relevance | path

Searched refs:isR64 (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp847 const bool isR64 = (bufferFormat == VK_FORMAT_R64_UINT || bufferFormat == VK_FORMAT_R64_SINT); in MakeShader() local
866 if (isR64) in MakeShader()
947 if (isR64) in MakeShader()
959 if (isR64) in MakeShader()
1005 if (isR64) in MakeShader()
1017 if (isR64) in MakeShader()
1657 const bool isR64 = (m_bufferFormat == VK_FORMAT_R64_UINT || m_bufferFormat == VK_FORMAT_R64_SINT); in verifyResult() local
1658 const deUint32 unsplitElementSize = (isR64 ? 8u : 4u); in verifyResult()
1659 const deUint32 elementSize = ((isR64 && !splitAccess) ? 8u : 4u); in verifyResult()
1691 if (!isOutOfBoundsAccess && distanceToOutOfBounds < (isR64 in verifyResult()
[all...]
H A DvktRobustnessVertexAccessTests.cpp288 const bool isR64 = (m_inputFormat == VK_FORMAT_R64_UINT || m_inputFormat == VK_FORMAT_R64_SINT); in initPrograms() local
299 attributeTypeStr << (isR64 ? "64_t" : " "); in initPrograms()
341 outType += isR64 ? "64_t" : ""; in initPrograms()
345 if (isR64) in initPrograms()
H A DvktRobustnessExtsTests.cpp3797 const bool isR64 = formatIsR64((VkFormat)fmtCases[fmtNdx].count); in createTests() local
3798 int numLenCases = robustness2 ? DE_LENGTH_OF_ARRAY((isR64 ? fullLenCases64Bit : fullLenCases32Bit)) : DE_LENGTH_OF_ARRAY(imgLenCases); in createTests()
3799 TestGroupCase *lenCases = robustness2 ? (isR64 ? fullLenCases64Bit : fullLenCases32Bit) : imgLenCases; in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp851 const bool isR64 = (bufferFormat == VK_FORMAT_R64_UINT || bufferFormat == VK_FORMAT_R64_SINT); in MakeShader() local
870 if (isR64) in MakeShader()
951 if (isR64) in MakeShader()
963 if (isR64) in MakeShader()
1009 if (isR64) in MakeShader()
1021 if (isR64) in MakeShader()
1663 const bool isR64 = (m_bufferFormat == VK_FORMAT_R64_UINT || m_bufferFormat == VK_FORMAT_R64_SINT); in verifyResult() local
1664 const deUint32 unsplitElementSize = (isR64 ? 8u : 4u); in verifyResult()
1665 const deUint32 elementSize = ((isR64 && !splitAccess) ? 8u : 4u); in verifyResult()
1697 if (!isOutOfBoundsAccess && distanceToOutOfBounds < (isR64 in verifyResult()
[all...]
H A DvktRobustnessVertexAccessTests.cpp292 const bool isR64 = (m_inputFormat == VK_FORMAT_R64_UINT || m_inputFormat == VK_FORMAT_R64_SINT); in initPrograms() local
303 attributeTypeStr << (isR64 ? "64_t" : " "); in initPrograms()
345 outType += isR64 ? "64_t" : ""; in initPrograms()
349 if (isR64) in initPrograms()
H A DvktRobustnessExtsTests.cpp3319 const bool isR64 = formatIsR64((VkFormat)fmtCases[fmtNdx].count); in createTests() local
3320 int numLenCases = robustness2 ? DE_LENGTH_OF_ARRAY((isR64 ? fullLenCases64Bit : fullLenCases32Bit)) : DE_LENGTH_OF_ARRAY(imgLenCases); in createTests()
3321 TestGroupCase *lenCases = robustness2 ? (isR64 ? fullLenCases64Bit : fullLenCases32Bit) : imgLenCases; in createTests()

Completed in 20 milliseconds