Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindPointTests.cpp882 SetUpdateType* updateTypePtrs [kTestBindPoints] = { nullptr, nullptr }; in createBindPointTests() local
891updateTypePtrs[elemIdx] = &params.graphicsSetUpdateType; // Test different graphics set update typ… in createBindPointTests()
898updateTypePtrs[elemIdx] = &params.computeSetUpdateType; // Test different compute set update type… in createBindPointTests()
905updateTypePtrs[elemIdx] = &params.rayTracingSetUpdateType; // Test different ray tracing set updat… in createBindPointTests()
925 *updateTypePtrs[0] = firstUpdateType; in createBindPointTests()
926 *updateTypePtrs[1] = secondUpdateType; in createBindPointTests()