Home
last modified time | relevance | path

Searched refs:RESULT_BLOCK_BASE_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fIndirectComputeDispatchTests.cpp72 RESULT_BLOCK_BASE_SIZE = (3+1)*(int)sizeof(deUint32), // uvec3 + uint enumerator
161 const int baseSize = RESULT_BLOCK_BASE_SIZE; in getResultBlockAlignedSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp68 RESULT_BLOCK_BASE_SIZE = 4 * (int)sizeof(deUint32), // uvec3 + uint enumerator
221 …ignedSize(m_context.getInstanceInterface(), m_context.getPhysicalDevice(), RESULT_BLOCK_BASE_SIZE); in iterate()