Home
last modified time | relevance | path

Searched refs:pushConstantRange (Results 1 - 25 of 60) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp206 const PushConstantData pushConstantRange[MAX_RANGE_COUNT],
279 const PushConstantData pushConstantRange[MAX_RANGE_COUNT], in PushConstantGraphicsTestInstance()
292 deMemcpy(m_pushConstantRange, pushConstantRange, sizeof(PushConstantData) * MAX_RANGE_COUNT); in PushConstantGraphicsTestInstance()
708 const PushConstantData pushConstantRange[MAX_RANGE_COUNT],
720 const PushConstantData pushConstantRange[MAX_RANGE_COUNT], in PushConstantGraphicsDisjointInstance()
723 : PushConstantGraphicsTestInstance (context, pipelineConstructionType, rangeCount, pushConstantRange, multipleUpdate, indexType) in PushConstantGraphicsDisjointInstance()
725 deMemcpy(m_pushConstantRange, pushConstantRange, sizeof(PushConstantData) * MAX_RANGE_COUNT); in PushConstantGraphicsDisjointInstance()
738 const VkPushConstantRange pushConstantRange = in getPushConstantRanges() local
745 pushConstantRanges.push_back(pushConstantRange); in getPushConstantRanges()
832 const PushConstantData pushConstantRange[MAX_RANGE_COUN
276 PushConstantGraphicsTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) PushConstantGraphicsTestInstance() argument
717 PushConstantGraphicsDisjointInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) PushConstantGraphicsDisjointInstance() argument
861 PushConstantGraphicsOverlapTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) PushConstantGraphicsOverlapTestInstance() argument
909 const VkPushConstantRange pushConstantRange = getPushConstantRanges() local
1068 PushConstantGraphicsTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const deBool multipleUpdate, const IndexType indexType) PushConstantGraphicsTest() argument
1135 PushConstantGraphicsDisjointTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const deBool multipleUpdate, const IndexType indexType) PushConstantGraphicsDisjointTest() argument
1478 PushConstantGraphicsOverlapTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT]) PushConstantGraphicsOverlapTest() argument
1752 PushConstantComputeTest(tcu::TestContext& testContext, const std::string& name, const ComputeTestType testType, const PushConstantData pushConstantRange) PushConstantComputeTest() argument
1797 PushConstantComputeTestInstance(Context& context, const ComputeTestType testType, const PushConstantData pushConstantRange) PushConstantComputeTestInstance() argument
2048 PushConstantLifetimeTest(tcu::TestContext& testContext, const std::string& name, const PipelineConstructionType pipelineConstructionType, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const std::vector<CommandData>& cmdList) PushConstantLifetimeTest() argument
2130 PushConstantLifetimeTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const std::vector<CommandData>& cmdList) PushConstantLifetimeTestInstance() argument
[all...]
H A DvktPipelineMultisampleBaseResolve.cpp215 const vk::VkPushConstantRange pushConstantRange = in iterate() local
221 pushConstantRanges.push_back(pushConstantRange); in iterate()
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp2073 void setupVerifyDescriptorSetAndPipeline(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, const VkPushConstantRange* pushConstantRange, in setupVerifyDescriptorSetAndPipeline() argument
2121 verifyPipelineLayout = makePipelineLayout(vk, device, 1, &*descriptorSetLayout, 1, pushConstantRange); in setupVerifyDescriptorSetAndPipeline()
3054 const VkPushConstantRange& pushConstantRange = in drawBasic() local
3063 const PipelineLayoutWrapper pipelineLayout (params.pipelineConstructionType, vk, device, 0, DE_NULL, 1, &pushConstantRange); in drawBasic()
3387 const VkPushConstantRange& pushConstantRange = in drawClearAttachments() local
3396 const PipelineLayoutWrapper pipelineLayout (params.pipelineConstructionType, vk, device, 0, DE_NULL, 1, &pushConstantRange); in drawClearAttachments()
3713 const VkPushConstantRange& pushConstantRange = in drawSingleRenderPass() local
3721 const PipelineLayoutWrapper pipelineLayout (params.pipelineConstructionType, vk, device, 0, DE_NULL, 1, &pushConstantRange); in drawSingleRenderPass()
3772 const VkPushConstantRange& pushConstantRange = in drawMultiRenderPass() local
3780 const PipelineLayoutWrapper pipelineLayout (params.pipelineConstructionType, vk, device, 0, DE_NULL, 1, &pushConstantRange); in drawMultiRenderPass()
4572 const VkPushConstantRange& pushConstantRange = drawInputAttachments() local
[all...]
H A DvktPipelineBlendOperationAdvancedTests.cpp1362 const VkPushConstantRange pushConstantRange =
1377 &pushConstantRange // const VkPushConstantRange* pPushConstantRanges;
2075 const VkPushConstantRange pushConstantRange =
2090 &pushConstantRange // const VkPushConstantRange* pPushConstantRanges;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp204 const PushConstantData pushConstantRange[MAX_RANGE_COUNT],
277 const PushConstantData pushConstantRange[MAX_RANGE_COUNT], in PushConstantGraphicsTestInstance()
290 deMemcpy(m_pushConstantRange, pushConstantRange, sizeof(PushConstantData) * MAX_RANGE_COUNT); in PushConstantGraphicsTestInstance()
706 const PushConstantData pushConstantRange[MAX_RANGE_COUNT],
718 const PushConstantData pushConstantRange[MAX_RANGE_COUNT], in PushConstantGraphicsDisjointInstance()
721 : PushConstantGraphicsTestInstance (context, pipelineConstructionType, rangeCount, pushConstantRange, multipleUpdate, indexType) in PushConstantGraphicsDisjointInstance()
723 deMemcpy(m_pushConstantRange, pushConstantRange, sizeof(PushConstantData) * MAX_RANGE_COUNT); in PushConstantGraphicsDisjointInstance()
736 const VkPushConstantRange pushConstantRange = in getPushConstantRanges() local
743 pushConstantRanges.push_back(pushConstantRange); in getPushConstantRanges()
830 const PushConstantData pushConstantRange[MAX_RANGE_COUN
274 PushConstantGraphicsTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) PushConstantGraphicsTestInstance() argument
715 PushConstantGraphicsDisjointInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) PushConstantGraphicsDisjointInstance() argument
859 PushConstantGraphicsOverlapTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) PushConstantGraphicsOverlapTestInstance() argument
907 const VkPushConstantRange pushConstantRange = getPushConstantRanges() local
1067 PushConstantGraphicsTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const deBool multipleUpdate, const IndexType indexType) PushConstantGraphicsTest() argument
1136 PushConstantGraphicsDisjointTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const deBool multipleUpdate, const IndexType indexType) PushConstantGraphicsDisjointTest() argument
1481 PushConstantGraphicsOverlapTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT]) PushConstantGraphicsOverlapTest() argument
1757 PushConstantComputeTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const ComputeTestType testType, const PushConstantData pushConstantRange) PushConstantComputeTest() argument
1803 PushConstantComputeTestInstance(Context& context, const ComputeTestType testType, const PushConstantData pushConstantRange) PushConstantComputeTestInstance() argument
2054 PushConstantLifetimeTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const PipelineConstructionType pipelineConstructionType, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const std::vector<CommandData>& cmdList) PushConstantLifetimeTest() argument
2137 PushConstantLifetimeTestInstance(Context& context, const PipelineConstructionType pipelineConstructionType, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const std::vector<CommandData>& cmdList) PushConstantLifetimeTestInstance() argument
[all...]
H A DvktPipelineMultisampleBaseResolve.cpp212 const vk::VkPushConstantRange pushConstantRange = in iterate() local
218 pushConstantRanges.push_back(pushConstantRange); in iterate()
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp2063 void setupVerifyDescriptorSetAndPipeline(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, const VkPushConstantRange* pushConstantRange, in setupVerifyDescriptorSetAndPipeline() argument
2111 verifyPipelineLayout = makePipelineLayout(vk, device, 1, &*descriptorSetLayout, 1, pushConstantRange); in setupVerifyDescriptorSetAndPipeline()
3041 const VkPushConstantRange& pushConstantRange = in drawBasic() local
3050 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, 0, DE_NULL, 1, &pushConstantRange)); in drawBasic()
3368 const VkPushConstantRange& pushConstantRange = in drawClearAttachments() local
3377 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, 0, DE_NULL, 1, &pushConstantRange)); in drawClearAttachments()
3679 const VkPushConstantRange& pushConstantRange = in drawSingleRenderPass() local
3687 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, 0, DE_NULL, 1, &pushConstantRange)); in drawSingleRenderPass()
3738 const VkPushConstantRange& pushConstantRange = in drawMultiRenderPass() local
3746 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, 0, DE_NULL, 1, &pushConstantRange)); in drawMultiRenderPass()
4534 const VkPushConstantRange& pushConstantRange = drawInputAttachments() local
[all...]
H A DvktPipelineBlendOperationAdvancedTests.cpp1353 const VkPushConstantRange pushConstantRange =
1368 &pushConstantRange // const VkPushConstantRange* pPushConstantRanges;
2055 const VkPushConstantRange pushConstantRange =
2070 &pushConstantRange // const VkPushConstantRange* pPushConstantRanges;
/third_party/skia/src/gpu/vk/
H A DGrVkPipelineStateBuilder.cpp294 VkPushConstantRange pushConstantRange = {}; in finalize() local
296 pushConstantRange.stageFlags = fGpu->vkCaps().getPushConstantStageFlags(); in finalize()
297 pushConstantRange.offset = 0; in finalize()
300 pushConstantRange.size = fUniformHandler.currentOffset(); in finalize()
302 layoutCreateInfo.pPushConstantRanges = &pushConstantRange; in finalize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceLossTests.cpp160 const VkPushConstantRange pushConstantRange { VK_SHADER_STAGE_COMPUTE_BIT, 0u, 2 * sizeof(deUint32) }; in iterate()
161 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(deviceDriver, *logicalDevice, 1u, &(*descriptorSetLayout), 1, &pushConstantRange)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp767 const VkPushConstantRange* pushConstantRange) in makePipelineLayout()
770 const uint32_t rangeCount = ((pushConstantRange == nullptr) ? 0u : 1u); in makePipelineLayout()
771 return makePipelineLayout(vk, device, layoutCount, &descriptorSetLayout, rangeCount, pushConstantRange); in makePipelineLayout()
764 makePipelineLayout(const DeviceInterface& vk, const VkDevice device, const VkDescriptorSetLayout descriptorSetLayout, const VkPushConstantRange* pushConstantRange) makePipelineLayout() argument
H A DvkObjUtil.hpp183 const VkPushConstantRange* pushConstantRange = nullptr);
H A DvkWsiUtil.cpp837 const VkPushConstantRange pushConstantRange = in createPipelineLayout() local
851 &pushConstantRange, in createPipelineLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSampleDrawnCubeFaceTests.cpp311 const VkPushConstantRange pushConstantRange = { in iterate() local
330 const Move<VkPipelineLayout> pipelineLayout1 = makePipelineLayout (vk, device, 0, DE_NULL, 1, &pushConstantRange); in iterate()
H A DvktImageSampleCompressedTextureTests.cpp344 const VkPushConstantRange pushConstantRange = in iterate() local
351 const Move<VkPipelineLayout> computePipelineLayout = makePipelineLayout(vk, device, 1, &(*descriptorSetLayout), 1, &pushConstantRange); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSampleDrawnCubeFaceTests.cpp311 const VkPushConstantRange pushConstantRange = { in iterate() local
330 const Move<VkPipelineLayout> pipelineLayout1 = makePipelineLayout (vk, device, 0, DE_NULL, 1, &pushConstantRange); in iterate()
H A DvktImageSampleCompressedTextureTests.cpp344 const VkPushConstantRange pushConstantRange = in iterate() local
351 const Move<VkPipelineLayout> computePipelineLayout = makePipelineLayout(vk, device, 1, &(*descriptorSetLayout), 1, &pushConstantRange); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp700 const VkPushConstantRange pushConstantRange = makePushConstantRange(VK_SHADER_STAGE_FRAGMENT_BIT, 0, sizeof(pushConstants)); in iterate() local
701 const VkPushConstantRange* pushConstantRangePtr = m_testParams.dynamicIndexing ? &pushConstantRange : DE_NULL; in iterate()
1133 const VkPushConstantRange pushConstantRange = makePushConstantRange(VK_SHADER_STAGE_VERTEX_BIT, 0, sizeof(mvp)); in iterate() local
1134 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, 0, DE_NULL, 1, &pushConstantRange); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp709 const VkPushConstantRange pushConstantRange = makePushConstantRange(VK_SHADER_STAGE_FRAGMENT_BIT, 0, sizeof(pushConstants)); in iterate() local
710 const VkPushConstantRange* pushConstantRangePtr = m_testParams.dynamicIndexing ? &pushConstantRange : DE_NULL; in iterate()
1143 const VkPushConstantRange pushConstantRange = makePushConstantRange(VK_SHADER_STAGE_VERTEX_BIT, 0, sizeof(mvp)); in iterate() local
1144 const PipelineLayoutWrapper pipelineLayout (m_testParams.pipelineConstructionType, vkd, device, 0, DE_NULL, 1, &pushConstantRange); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp594 const VkPushConstantRange pushConstantRange = in bufferMarkerMemoryDep() local
609 &pushConstantRange, // const VkPushConstantRange* pPushConstantRanges; in bufferMarkerMemoryDep()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp395 const vk::VkPushConstantRange pushConstantRange = { in InstancedDrawInstance() local
401 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo(0, DE_NULL, 1, &pushConstantRange); in InstancedDrawInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp903 const VkPushConstantRange pushConstantRange = in iterate() local
918 &pushConstantRange, // pPushConstantRanges in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp948 const VkPushConstantRange pushConstantRange { VK_SHADER_STAGE_FRAGMENT_BIT, 0u, uint32_t(sizeof(pushConstants)) }; in iterate()
965 Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vk, device, 1u, &descriptorLayout.get(), 1u, &pushConstantRange); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp1043 VkPushConstantRange pushConstantRange = in iterate() local
1050 Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vki, dev, 0, DE_NULL, 1, &pushConstantRange); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMarkerTests.cpp517 const VkPushConstantRange pushConstantRange = in bufferMarkerMemoryDep() local
532 &pushConstantRange, // const VkPushConstantRange* pPushConstantRanges; in bufferMarkerMemoryDep()

Completed in 57 milliseconds

123