/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_debug_marker.adoc | 104 vkCmdDrawIndexed(commandBuffer, 1000, 1, 0, 0, 0); 110 vkCmdDrawIndexed(commandBuffer, 75, 6, 1000, 0, 0); 111 vkCmdDrawIndexed(commandBuffer, 100, 2, 1450, 0, 0); 118 vkCmdDrawIndexed(commandBuffer, 350, 1, 1650, 0, 0); 123 vkCmdDrawIndexed(commandBuffer, 500, 1, 2000, 0, 0);
|
D | VK_EXT_debug_utils.adoc | 228 vkCmdDrawIndexed(commandBuffer, 1000, 1, 0, 0, 0); 234 vkCmdDrawIndexed(commandBuffer, 75, 6, 1000, 0, 0); 235 vkCmdDrawIndexed(commandBuffer, 100, 2, 1450, 0, 0); 242 vkCmdDrawIndexed(commandBuffer, 350, 1, 1650, 0, 0); 247 vkCmdDrawIndexed(commandBuffer, 500, 1, 2000, 0, 0);
|
D | glossary.adoc | 483 flink:vkCmdDraw, and flink:vkCmdDrawIndexed. 508 Includes flink:vkCmdDraw, flink:vkCmdDrawIndexed, 869 flink:vkCmdDrawIndexed or flink:vkCmdDrawIndexedIndirect command. 874 Includes flink:vkCmdDrawIndexed,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | drawing.adoc | 52 This enable only applies to indexed draws (flink:vkCmdDrawIndexed, 838 ** flink:vkCmdDrawIndexed 979 [open,refpage='vkCmdDrawIndexed',desc='Draw primitives with indexed vertices',type='protos'] 981 :refpage: vkCmdDrawIndexed 985 include::{generated}/api/protos/vkCmdDrawIndexed.adoc[] 1035 include::{generated}/validity/protos/vkCmdDrawIndexed.adoc[] 1115 flink:vkCmdDrawIndexed, and drawn pname:instanceCount times with 1174 respectively, of flink:vkCmdDrawIndexed. 1353 fname:vkCmdDrawIndexedIndirect behaves similarly to flink:vkCmdDrawIndexed 1404 the similarly named parameters of flink:vkCmdDrawIndexed.
|
D | fxvertex.adoc | 905 pname:vertexOffset for fname:vkCmdDrawIndexed), and let
|
D | interfaces.adoc | 2789 flink:vkCmdDraw or flink:vkCmdDrawIndexed or at the pname:firstInstance 4657 vertex plus the pname:vertexOffset parameter to flink:vkCmdDrawIndexed or
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 178 PFN_vkCmdDrawIndexed vkCmdDrawIndexed; member
|
D | goldfish_vk_dispatch.cpp | 459 out->vkCmdDrawIndexed = (PFN_vkCmdDrawIndexed)dlSymFunc(lib, "vkCmdDrawIndexed"); in init_vulkan_dispatch_from_system_loader() 1278 out->vkCmdDrawIndexed = in init_vulkan_dispatch_from_instance() 2218 out->vkCmdDrawIndexed = in init_vulkan_dispatch_from_device() 3313 if (!vk->vkCmdDrawIndexed) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_shader_object.adoc | 423 vkCmdDrawIndexed(commandBuffer, ...); 586 vkCmdDrawIndexed(commandBuffer, ...); 601 vkCmdDrawIndexed(commandBuffer, ...);
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 1588 …void vkCmdDrawIndexed( VkCommandBuffer commandBuffer, uint32_t indexCount, uint32_t instanceCount,… in vkCmdDrawIndexed() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1590 …return ::vkCmdDrawIndexed( commandBuffer, indexCount, instanceCount, firstIndex, vertexOffset, fir… in vkCmdDrawIndexed() 4714 PFN_vkCmdDrawIndexed vkCmdDrawIndexed = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 5204 … vkCmdDrawIndexed = PFN_vkCmdDrawIndexed( vkGetInstanceProcAddr( instance, "vkCmdDrawIndexed" ) ); in init() 5626 vkCmdDrawIndexed = PFN_vkCmdDrawIndexed( vkGetDeviceProcAddr( device, "vkCmdDrawIndexed" ) ); in init()
|
D | vulkan.hpp | 1655 …void vkCmdDrawIndexed( VkCommandBuffer commandBuffer, uint32_t indexCount, uint32_t instanceCount,… in vkCmdDrawIndexed() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1657 …return ::vkCmdDrawIndexed( commandBuffer, indexCount, instanceCount, firstIndex, vertexOffset, fir… in vkCmdDrawIndexed() 9244 PFN_vkCmdDrawIndexed vkCmdDrawIndexed = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 10410 … vkCmdDrawIndexed = PFN_vkCmdDrawIndexed( vkGetInstanceProcAddr( instance, "vkCmdDrawIndexed" ) ); in init() 11492 vkCmdDrawIndexed = PFN_vkCmdDrawIndexed( vkGetDeviceProcAddr( device, "vkCmdDrawIndexed" ) ); in init()
|
D | vulkansc_raii.hpp | 367 … vkCmdDrawIndexed = PFN_vkCmdDrawIndexed( vkGetDeviceProcAddr( device, "vkCmdDrawIndexed" ) ); in DeviceDispatcher() 727 PFN_vkCmdDrawIndexed vkCmdDrawIndexed = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 6874 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdDrawIndexed && "Function <vkCmdDrawIndexed> requires <VK_V… in drawIndexed() 6878 …getDispatcher()->vkCmdDrawIndexed( static_cast<VkCommandBuffer>( m_commandBuffer ), indexCount, in… in drawIndexed()
|
D | vulkan_raii.hpp | 692 … vkCmdDrawIndexed = PFN_vkCmdDrawIndexed( vkGetDeviceProcAddr( device, "vkCmdDrawIndexed" ) ); in DeviceDispatcher() 1570 PFN_vkCmdDrawIndexed vkCmdDrawIndexed = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 11704 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdDrawIndexed && "Function <vkCmdDrawIndexed> requires <VK_V… in drawIndexed() 11708 …getDispatcher()->vkCmdDrawIndexed( static_cast<VkCommandBuffer>( m_commandBuffer ), indexCount, in… in drawIndexed()
|
D | vulkansc_funcs.hpp | 3226 …d.vkCmdDrawIndexed( m_commandBuffer, indexCount, instanceCount, firstIndex, vertexOffset, firstIns… in drawIndexed()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 1231 m_vk.vkCmdDrawIndexed(commandBuffer, static_cast<uint32_t>(k_indices.size()), 1, 0, 0, 0); in compose()
|
D | VkDecoderSnapshot.h | 465 void vkCmdDrawIndexed(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkSubDecoder.cpp | 422 vk->vkCmdDrawIndexed((VkCommandBuffer)dispatchHandle, indexCount, instanceCount, in subDecode()
|
D | VkDecoderSnapshot.cpp | 1165 void vkCmdDrawIndexed(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCmdDrawIndexed() function in VkDecoderSnapshot::Impl 4802 void VkDecoderSnapshot::vkCmdDrawIndexed(const uint8_t* snapshotTraceBegin, in vkCmdDrawIndexed() function in VkDecoderSnapshot 4807 mImpl->vkCmdDrawIndexed(snapshotTraceBegin, snapshotTraceBytes, pool, commandBuffer, indexCount, in vkCmdDrawIndexed()
|
D | VkDecoder.cpp | 7101 vk->vkCmdDrawIndexed(unboxed_commandBuffer, indexCount, instanceCount, firstIndex, in decode() 7108 m_state->snapshot()->vkCmdDrawIndexed( in decode()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 318 void vkCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCount,
|
D | func_table.cpp | 1339 vkEnc->vkCmdDrawIndexed(gfxstream_commandBuffer->internal_object, indexCount, instanceCount, in gfxstream_vk_CmdDrawIndexed()
|
D | VkEncoder.cpp | 12814 void VkEncoder::vkCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCount, in vkCmdDrawIndexed() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 1349 enabled from flink:vkCmdDrawIndexed to become a common VU for all the 1385 * Do not require in-bounds index buffers for flink:vkCmdDrawIndexed if 11845 flink:vkCmdDrawIndexed rather than flink:vkCmdDrawIndirect (internal 13054 * Modify the flink:vkCmdDrawIndexed pname:vertexOffset definition to 13060 flink:vkCmdDrawIndexed twice. Replace the second reference with
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4670 VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndexed(
|