Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkPipeline.hpp88 VkPipelineBindPoint bindPoint() const override in bindPoint() function in vk::GraphicsPipeline
134 VkPipelineBindPoint bindPoint() const override in bindPoint() function in vk::ComputePipeline
/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp289 …dateWithPush (const DeviceInterface& vk, VkCommandBuffer cmd, VkPipelineBindPoint bindPoint, VkPip… in updateWithPush()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindPointTests.cpp321 …rface& vkd, VkDevice device, VkDescriptorSetLayout setLayout, VkPipelineBindPoint bindPoint, VkPip… in makeUpdateTemplate()
340 …riptor(const DeviceInterface& vkd, VkCommandBuffer cmdBuffer, VkPipelineBindPoint bindPoint, VkPip… in pushBufferDescriptor()
DvktPipelinePushConstantTests.cpp2621 VkPipelineBindPoint bindPoint; member
2914 …OverwriteCase (tcu::TestCaseGroup* group, tcu::TestContext& testCtx, VkPipelineBindPoint bindPoint) in addOverwriteCase()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp117 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; local
1294 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
DvktComputeCooperativeMatrixTests.cpp898 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in iterate() local
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp185 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE; in runCompute() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp400 VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp807 tcu::TestStatus pipelineLayoutLifetimeTest (Context& context, VkPipelineBindPoint bindPoint) in pipelineLayoutLifetimeTest()
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp1367 …VkPipelineBindPoint bindPoint = m_data.stage == STAGE_COMPUTE ? VK_PIPELINE_BIND_POINT_COMPUTE : V… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp612 VkPipelineBindPoint bindPoint; in iterate() local
DvktBindingDescriptorSetRandomTests.cpp1277 VkPipelineBindPoint bindPoint; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp1640 VkPipelineBindPoint bindPoint; in iterate() local
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp4856 VkPipelineBindPoint bindPoint, in handleDirtyDriverUniformsBindingImpl()
/external/angle/src/tests/gl_tests/
DGLSLTest.cpp8612 GLenum bindPoint = isUniform ? GL_UNIFORM_BUFFER : GL_SHADER_STORAGE_BUFFER; in InitBuffer() local