Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp1344 deUint32 operandSize = 0;
1349 operandSize = 4; // Size of scalar
1353 operandSize = 4 * ((m_bufferFormat == vk::VK_FORMAT_R64_UINT || m_bufferFormat == vk::VK_FORMAT_R64_SINT) ? 8 : 4);// Size of vec4
1357 operandSize = 4 * 16; // Size of mat4
1361 operandSize = mapVkFormat(m_bufferFormat).getPixelSize();
1369 || (((offsetInBytes / operandSize + 1) * operandSize) > (maxAccessRange - 16));
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1699 deUint32 operandSize = 0; in verifyResult() local
1704 operandSize = unsplitElementSize; // Size of scalar in verifyResult()
1708 operandSize = unsplitElementSize * 4; // Size of vec4 in verifyResult()
1712 operandSize = unsplitElementSize * 16; // Size of mat4 in verifyResult()
1719 isOutOfBoundsAccess = (((offsetInBytes / operandSize) + 1) * operandSize > maxAccessRange); in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp100 deUint32 operandSize () const; // In bytes.
106 deUint32 TestParams::operandSize () const in operandSize() function in vkt::SpirVAssembly::__anon28779::TestParams
314 , m_operandSize {params.operandSize()}
528 const deUint32 opSize = m_params.operandSize(); in getSpirVReplacements()
713 const vk::VkDeviceSize kInputBufferSize = static_cast<vk::VkDeviceSize>(kNumOperations * 3u * m_params.operandSize()); in iterate()
714 const vk::VkDeviceSize kOutputBufferSize = static_cast<vk::VkDeviceSize>(kNumOperations * m_params.operandSize()); // Single output per operation. in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp100 deUint32 operandSize () const; // In bytes.
106 deUint32 TestParams::operandSize () const in operandSize() function in vkt::SpirVAssembly::__anon29928::TestParams
314 , m_operandSize {params.operandSize()}
528 const deUint32 opSize = m_params.operandSize(); in getSpirVReplacements()
713 const vk::VkDeviceSize kInputBufferSize = static_cast<vk::VkDeviceSize>(kNumOperations * 3u * m_params.operandSize()); in iterate()
714 const vk::VkDeviceSize kOutputBufferSize = static_cast<vk::VkDeviceSize>(kNumOperations * m_params.operandSize()); // Single output per operation. in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp1403 deUint32 operandSize = 0;
1408 operandSize = 4; // Size of scalar
1412 operandSize = 4 * ((m_bufferFormat == vk::VK_FORMAT_R64_UINT || m_bufferFormat == vk::VK_FORMAT_R64_SINT) ? 8 : 4);// Size of vec4
1416 operandSize = ((m_bufferFormat == vk::VK_FORMAT_R64_UINT || m_bufferFormat == vk::VK_FORMAT_R64_SINT) ? 8 : 4);// Size of vec4
1420 operandSize = 4 * 16; // Size of mat4
1424 operandSize = mapVkFormat(m_bufferFormat).getPixelSize();
1432 || (((offsetInBytes / operandSize + 1) * operandSize) > (maxAccessRange - 16));
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1693 deUint32 operandSize = 0; in verifyResult() local
1698 operandSize = unsplitElementSize; // Size of scalar in verifyResult()
1702 operandSize = unsplitElementSize * 4; // Size of vec4 in verifyResult()
1706 operandSize = unsplitElementSize * 16; // Size of mat4 in verifyResult()
1713 isOutOfBoundsAccess = (((offsetInBytes / operandSize) + 1) * operandSize > maxAccessRange); in verifyResult()

Completed in 16 milliseconds