/third_party/skia/tests/graphite/ |
H A D | CommandBufferTest.cpp | 131 commandBuffer->bindVertexBuffers(vertexBuffer, 0, nullptr, 0); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() 166 commandBuffer->bindVertexBuffers(nullptr, 0, instanceBuffer, 0); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
|
/third_party/skia/experimental/graphite/src/ |
H A D | CommandBuffer.cpp | 51 void CommandBuffer::bindVertexBuffers(sk_sp<Buffer> vertexBuffer, size_t vertexOffset, in bindVertexBuffers() function in skgpu::CommandBuffer
|
H A D | CommandBuffer.h | 66 void bindVertexBuffers(sk_sp<Buffer> vertexBuffer, size_t vertexOffset,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 2301 gl.bindVertexBuffers(t_first, t_count, buffer_ids, offsets, strides); in iterate() 2328 gl.bindVertexBuffers(first, count, t_buffer_ids, offsets, strides); in iterate() 2345 gl.bindVertexBuffers(first, count, buffer_ids, t_offsets, strides); in iterate() 2348 gl.bindVertexBuffers(first, count, buffer_ids, offsets, t_strides); in iterate() 3274 gl.bindVertexBuffers(0, max_buffers, &buffer_ids[0], &offsets[0], &strides[0]); in iterate() 3288 gl.bindVertexBuffers(0, half_index, &t_buffer_ids[0], &offsets[0], &strides[0]); in iterate() 3305 gl.bindVertexBuffers(half_index, max_buffers - half_index, 0, &offsets[0], &strides[0]); in iterate() 3331 gl.bindVertexBuffers(0, max_buffers, &buffer_ids[0], &offsets[0], &strides[0]); in iterate() 3341 gl.bindVertexBuffers(0, max_buffers, 0, &offsets[0], &strides[0]); in iterate() 4575 gl.bindVertexBuffers( in iterate() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.hpp | 78 void bindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount,
|
H A D | VkCommandBuffer.cpp | 1380 void CommandBuffer::bindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount, in bindVertexBuffers() function in vk::CommandBuffer
|
H A D | libVulkan.cpp | 2597 vk::Cast(commandBuffer)->bindVertexBuffers(firstBinding, bindingCount, pBuffers, pOffsets); in vkCmdBindVertexBuffers()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 344 void bindVertexBuffers (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData* data) in bindVertexBuffers() function 550 { VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT, { { "VK_EXT_extended_dynamic_state" }, bindVertexBuffers } }, in getDynamicStateInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 342 void bindVertexBuffers (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData* data) in bindVertexBuffers() function 548 { VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT, { { "VK_EXT_extended_dynamic_state" }, bindVertexBuffers } }, in getDynamicStateInfo()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 399 commandBuffers[i].bindVertexBuffers(0, 1, &vertices.buffer, &offset); in createCommandBuffers()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_wrapper.h | 210 void bindVertexBuffers(uint32_t firstBinding, 1079 ANGLE_INLINE void CommandBuffer::bindVertexBuffers(uint32_t firstBinding, in bindVertexBuffers() function in rx::DescriptorSetIndex::priv::CommandBuffer
|
H A D | SecondaryCommandBuffer.h | 529 void bindVertexBuffers(uint32_t firstBinding, 982 ANGLE_INLINE void SecondaryCommandBuffer::bindVertexBuffers(uint32_t firstBinding, in bindVertexBuffers() function in rx::vk::priv::SecondaryCommandBuffer
|
H A D | ContextVk.cpp | 1809 mRenderPassCommandBuffer->bindVertexBuffers(0, maxAttrib, bufferHandles.data(), in handleDirtyGraphicsVertexBuffers()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 375 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL() 1791 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL() 3163 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL() 4578 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL()
|
H A D | DispatchTableGL_autogen.h | 612 PFNGLBINDVERTEXBUFFERSPROC bindVertexBuffers = nullptr; member in rx::DispatchTableGL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gl_4_autogen.h | 153 void bindVertexBuffers(GLuint first, GLsizei count, const BufferID *buffersPacked, \
|
H A D | Context_gl.cpp | 2803 void Context::bindVertexBuffers(GLuint first, in bindVertexBuffers() function in gl::Context
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectMiscTests.cpp | 88 void bindVertexBuffers (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, vk::VkDeviceSize* stride, vk::VkBuffer buffer, vk::VkDeviceSize bufferSize) const; 107 void ShaderObjectMiscInstance::bindVertexBuffers (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, vk::VkDeviceSize* stride, vk::VkBuffer buffer, vk::VkDeviceSize bufferSize) const in bindVertexBuffers() function in vkt::ShaderObject::__anon28648::ShaderObjectMiscInstance 302 bindVertexBuffers(vk, *cmdBuffer, pStride, **buffer, bufferSize); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 3541 void bindVertexBuffers (const vk::DeviceInterface& vkd, vk::VkCommandBuffer cmdBuffer, const std::vector<VertexBufferInfo>& vertexBuffers) in bindVertexBuffers() function 5034 bindVertexBuffers(vkd, cmdBuffer, (m_testConfig.meshParams[meshIdx].reversed ? rvertBuffers : vertBuffers)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 4263 void bindVertexBuffers (const vk::DeviceInterface& vkd, vk::VkCommandBuffer cmdBuffer, const std::vector<VertexBufferInfo>& vertexBuffers) in bindVertexBuffers() function 6058 bindVertexBuffers(vkd, cmdBuffer, (m_testConfig.meshParams[meshIdx].reversed ? rvertBuffers : vertBuffers)); in iterate()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 3337 void bindVertexBuffers( uint32_t firstBinding, 3344 void bindVertexBuffers( uint32_t firstBinding,
|
H A D | vulkan_raii.hpp | 4066 void bindVertexBuffers( uint32_t firstBinding, 9945 VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( 9956 "::CommandBuffer::bindVertexBuffers: buffers.size() != offsets.size()" );
|
H A D | vulkan_funcs.hpp | 4684 VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( uint32_t firstBinding, 4701 CommandBuffer::bindVertexBuffers( uint32_t firstBinding, 4713 "::CommandBuffer::bindVertexBuffers: buffers.size() != offsets.size()" ); [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_handles.hpp | 4428 void bindVertexBuffers( uint32_t firstBinding, 4435 void bindVertexBuffers( uint32_t firstBinding,
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_4_autogen.cpp | 5866 context->bindVertexBuffers(first, count, buffersPacked, offsets, strides); in GL_BindVertexBuffers()
|