Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp180 constexpr uint32_t offsetTask = static_cast<uint32_t>(offsetof(PushConstantData, one)); in getRanges() local
181 constexpr uint32_t sizeMesh = offsetTask; in getRanges()
182 constexpr uint32_t sizeTask = static_cast<uint32_t>(sizeof(PushConstantData)) - offsetTask; in getRanges()
193 offsetTask, // uint32_t offset; in getRanges()
H A DvktMeshShaderApiTestsEXT.cpp180 constexpr uint32_t offsetTask = static_cast<uint32_t>(offsetof(PushConstantData, one)); in getRanges() local
181 constexpr uint32_t sizeMesh = offsetTask; in getRanges()
182 constexpr uint32_t sizeTask = static_cast<uint32_t>(sizeof(PushConstantData)) - offsetTask; in getRanges()
193 offsetTask, // uint32_t offset; in getRanges()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp180 constexpr uint32_t offsetTask = static_cast<uint32_t>(offsetof(PushConstantData, one)); in getRanges() local
181 constexpr uint32_t sizeMesh = offsetTask; in getRanges()
182 constexpr uint32_t sizeTask = static_cast<uint32_t>(sizeof(PushConstantData)) - offsetTask; in getRanges()
193 offsetTask, // uint32_t offset; in getRanges()
H A DvktMeshShaderApiTestsEXT.cpp180 constexpr uint32_t offsetTask = static_cast<uint32_t>(offsetof(PushConstantData, one)); in getRanges() local
181 constexpr uint32_t sizeMesh = offsetTask; in getRanges()
182 constexpr uint32_t sizeTask = static_cast<uint32_t>(sizeof(PushConstantData)) - offsetTask; in getRanges()
193 offsetTask, // uint32_t offset; in getRanges()

Completed in 7 milliseconds