Searched defs:bindPoint (Results 1 – 6 of 6) sorted by relevance
88 VkPipelineBindPoint bindPoint() const override in bindPoint() function in vk::GraphicsPipeline134 VkPipelineBindPoint bindPoint() const override in bindPoint() function in vk::ComputePipeline
173 void Flush(Device* device, VkCommandBuffer commands, VkPipelineBindPoint bindPoint) { in Flush()
135 VkPipelineBindPoint bindPoint) { in Apply()
805 VkPipelineBindPoint bindPoint, in handleDirtyDescriptorSetsImpl()
5144 VkPipelineBindPoint bindPoint, in handleDirtyDriverUniformsBindingImpl()
9427 GLenum bindPoint = isUniform ? GL_UNIFORM_BUFFER : GL_SHADER_STORAGE_BUFFER; in InitBuffer() local