Home
last modified time | relevance | path

Searched defs:bindPoint (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkPipeline.hpp84 VkPipelineBindPoint bindPoint() const override in bindPoint() function in vk::GraphicsPipeline
133 VkPipelineBindPoint bindPoint() const override in bindPoint() function in vk::ComputePipeline
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolFragInvocationTests.cpp135 const VkPipelineBindPoint bindPoint, const VkPipeline pipeline, in recordRenderPassCommands()
159 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in testInvocations() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateMiscTests.cpp201 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in testEnableDisable() local
532 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in testNoFrag() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSlicedViewOf3DTests.cpp575 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in runGraphicsPipeline() local
601 const auto bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in runComputePipeline() local
621 const auto bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in runSamplingPipeline() local
H A DvktPipelineBindPointTests.cpp335 … VkDescriptorSetLayout setLayout, VkPipelineBindPoint bindPoint, in makeUpdateTemplate()
356 …ferDescriptor(const DeviceInterface &vkd, VkCommandBuffer cmdBuffer, VkPipelineBindPoint bindPoint, in pushBufferDescriptor()
H A DvktPipelineExtendedDynamicStateMiscTests.cpp141 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in sampleShadingWithDynamicSampleCount() local
H A DvktPipelineShaderModuleIdentifierTests.cpp2878 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
2907 const auto bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
2918 const auto bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR; in iterate() local
3233 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
H A DvktPipelinePushConstantTests.cpp2794 VkPipelineBindPoint bindPoint; member
3141 … PipelineConstructionType pipelineConstructionType, VkPipelineBindPoint bindPoint) in addOverwriteCase()
H A DvktPipelineLibraryTests.cpp2324 const auto bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
2378 const auto bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR; in iterate() local
H A DvktPipelineMiscTests.cpp1305 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in varyingSamplesFragTest() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiPipelineTests.cpp848 tcu::TestStatus pipelineLayoutLifetimeTest(Context &context, VkPipelineBindPoint bindPoint) in pipelineLayoutLifetimeTest()
1521 …estStatus pipelineInvalidPointersUnusedStructsTest(Context &context, VkPipelineBindPoint bindPoint) in pipelineInvalidPointersUnusedStructsTest()
H A DvktApiCommandBuffersTests.cpp5325 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in manyIndirectDrawsTest() local
5461 const auto bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in manyIndirectDispatchesTest() local
5640 const auto bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp109 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; local
1254 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp184 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in runCompute() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.cpp273VkPipelineBindPoint bindPoint, VkPipelineLayout pipelineLayout, in updateWithPush()
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DGLSnapshotTextures_unittest.cpp267 GLuint createAndBindTexture(GLuint unit, GLenum bindPoint) { in createAndBindTexture()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp351 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp139 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp369 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateGeneralTests.cpp835 const auto bindPoint = vk::VK_PIPELINE_BIND_POINT_GRAPHICS; in doubleBindTest() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp808 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationDepthBiasControlTests.cpp386 const auto bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1619 VkPipelineBindPoint bindPoint = in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp625 VkPipelineBindPoint bindPoint; in iterate() local
H A DvktBindingDescriptorBufferTests.cpp4709 …criptorBufferTestInstance::pushDescriptorSet(VkCommandBuffer cmdBuf, VkPipelineBindPoint bindPoint, in pushDescriptorSet()
5272 const auto bindPoint = m_params.isCompute() ? VK_PIPELINE_BIND_POINT_COMPUTE : in iterate() local

12