Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderConditionalRenderingTestsEXT.cpp148 const auto condOffset = (condWithOffset ? condSize : 0ull); in ConditionBuffer() local
149 const auto bufferSize = condSize + condOffset; in ConditionBuffer()
168 deMemcpy(hostPtr + bindOffset + condOffset, &condValue, sizeof(condValue)); in ConditionBuffer()
172 m_condOffset = condOffset; in ConditionBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderConditionalRenderingTestsEXT.cpp148 const auto condOffset = (condWithOffset ? condSize : 0ull); in ConditionBuffer() local
149 const auto bufferSize = condSize + condOffset; in ConditionBuffer()
168 deMemcpy(hostPtr + bindOffset + condOffset, &condValue, sizeof(condValue)); in ConditionBuffer()
172 m_condOffset = condOffset; in ConditionBuffer()