HomeSort by relevance Sort by last modified time
    Searched refs:SIZE_OF_UINT_IN_SHADER (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.cpp 57 SIZE_OF_UINT_IN_SHADER = 4u,
111 const deUint32 numInvocations = m_bufferSizeInBytes / SIZE_OF_UINT_IN_SHADER;
125 << " if ( index < " << m_bufferSizeInBytes / SIZE_OF_UINT_IN_SHADER << "u )\n"
303 deUint32 numInvocationsLeft = m_bufferSizeInBytes / SIZE_OF_UINT_IN_SHADER;
379 const deUint32 fullBlockSizeInBytes = MODULO_DIVISOR * SIZE_OF_UINT_IN_SHADER;
vktSparseResourcesBufferSparseResidency.cpp 57 SIZE_OF_UINT_IN_SHADER = 4u,
91 const deUint32 iterationsCount = m_bufferSize / SIZE_OF_UINT_IN_SHADER;

Completed in 78 milliseconds