Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderApiTests.cpp179 constexpr uint32_t offsetTask = static_cast<uint32_t>(offsetof(PushConstantData, one)); in getRanges() local
180 constexpr uint32_t sizeMesh = offsetTask; in getRanges()
181 constexpr uint32_t sizeTask = static_cast<uint32_t>(sizeof(PushConstantData)) - offsetTask; in getRanges()
192 offsetTask, // uint32_t offset; in getRanges()