Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp173 void Flush(Device* device, VkCommandBuffer commands, VkPipelineBindPoint bindPoint) { in Flush()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp135 VkPipelineBindPoint bindPoint) { in Apply()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp805 VkPipelineBindPoint bindPoint, in handleDirtyDescriptorSetsImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp5144 VkPipelineBindPoint bindPoint, in handleDirtyDriverUniformsBindingImpl()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DGLSLTest.cpp9427 GLenum bindPoint = isUniform ? GL_UNIFORM_BUFFER : GL_SHADER_STORAGE_BUFFER; in InitBuffer() local