Home
last modified time | relevance | path

Searched refs:kTestBindPoints (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp89 constexpr auto kTestBindPoints = 2; // Two bind points per test. member
90 constexpr auto kSetupSequenceSize = kTestBindPoints * 2; // For each bind point: bind pipeline and bind set.
91 constexpr auto kDispatchSequenceSize = kTestBindPoints; // Dispatch two types of work, matching the bind points being used.
879 using BindPointPair = tcu::Vector<VkPipelineBindPoint, kTestBindPoints>; in createBindPointTests()
921 SetUpdateType* updateTypePtrs [kTestBindPoints] = { nullptr, nullptr }; in createBindPointTests()
922 SetupOp pipelineBinds [kTestBindPoints] = { SetupOp::OP_COUNT, SetupOp::OP_COUNT }; in createBindPointTests()
923 SetupOp setBinds [kTestBindPoints] = { SetupOp::OP_COUNT, SetupOp::OP_COUNT }; in createBindPointTests()
924 DispatchOp dispatches [kTestBindPoints] = { DispatchOp::OP_COUNT, DispatchOp::OP_COUNT }; in createBindPointTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp87 constexpr auto kTestBindPoints = 2; // Two bind points per test. member
88 constexpr auto kSetupSequenceSize = kTestBindPoints * 2; // For each bind point: bind pipeline and bind set.
89 constexpr auto kDispatchSequenceSize = kTestBindPoints; // Dispatch two types of work, matching the bind points being used.
878 using BindPointPair = tcu::Vector<VkPipelineBindPoint, kTestBindPoints>; in createBindPointTests()
920 SetUpdateType* updateTypePtrs [kTestBindPoints] = { nullptr, nullptr }; in createBindPointTests()
921 SetupOp pipelineBinds [kTestBindPoints] = { SetupOp::OP_COUNT, SetupOp::OP_COUNT }; in createBindPointTests()
922 SetupOp setBinds [kTestBindPoints] = { SetupOp::OP_COUNT, SetupOp::OP_COUNT }; in createBindPointTests()
923 DispatchOp dispatches [kTestBindPoints] = { DispatchOp::OP_COUNT, DispatchOp::OP_COUNT }; in createBindPointTests()

Completed in 4 milliseconds