Home
last modified time | relevance | path

Searched refs:groupPos (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/executor/
H A DxeTestCase.cpp302 std::map<std::string, TestGroup*>::const_iterator groupPos = m_groupMap.find(curGroupPath); in createCase() local
303 if (groupPos == m_groupMap.end()) in createCase()
310 curGroup = groupPos->second; in createCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp362 deUint8* groupPos = m_content + index * m_alignment; in updateAt()
363 deMemcpy(groupPos, handle, m_handleSize); in updateAt()
364 deMemcpy(groupPos + m_handleSize, &rec, recordSize); in updateAt()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp358 deUint8* groupPos = m_content + index * m_alignment; in updateAt()
359 deMemcpy(groupPos, handle, m_handleSize); in updateAt()
360 deMemcpy(groupPos + m_handleSize, &rec, recordSize); in updateAt()

Completed in 8 milliseconds