/third_party/vk-gl-cts/external/vulkan-docs/src/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_marker.txt | 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.txt | 227 vkCmdDrawIndexed(commandBuffer, 1000, 1, 0, 0, 0); 233 vkCmdDrawIndexed(commandBuffer, 75, 6, 1000, 0, 0); 234 vkCmdDrawIndexed(commandBuffer, 100, 2, 1450, 0, 0); 241 vkCmdDrawIndexed(commandBuffer, 350, 1, 1650, 0, 0); 246 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.txt | 444 flink:vkCmdDraw, and flink:vkCmdDrawIndexed. 469 Includes flink:vkCmdDraw, flink:vkCmdDrawIndexed, 795 flink:vkCmdDrawIndexed or flink:vkCmdDrawIndexedIndirect command. 800 Includes flink:vkCmdDrawIndexed,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.cpp | 346 vkCmdDrawIndexed(cmdBuffer, params->indexCount, 1, 0, 0, 0); in executeCommands() 353 vkCmdDrawIndexed(cmdBuffer, params->indexCount, 1, 0, params->vertexOffset, 0); in executeCommands() 368 vkCmdDrawIndexed(cmdBuffer, params->indexCount, params->instanceCount, 0, 0, 0); in executeCommands() 375 vkCmdDrawIndexed(cmdBuffer, params->indexCount, params->instanceCount, 0, in executeCommands() 384 vkCmdDrawIndexed(cmdBuffer, params->indexCount, params->instanceCount, in executeCommands()
|
/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 70 if (!(ptrs_.vkCmdDrawIndexed = reinterpret_cast<PFN_vkCmdDrawIndexed>(getInstanceProcAddr(instance_… 71 return Result("Vulkan: Unable to load vkCmdDrawIndexed pointer");
|
D | vk-wrappers-1-0.h | 18 PFN_vkCmdDrawIndexed vkCmdDrawIndexed; variable
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 70 if (!(ptrs_.vkCmdDrawIndexed = reinterpret_cast<PFN_vkCmdDrawIndexed>(getInstanceProcAddr(instance_… 71 return Result("Vulkan: Unable to load vkCmdDrawIndexed pointer");
|
D | vk-wrappers-1-0.h | 18 PFN_vkCmdDrawIndexed vkCmdDrawIndexed; variable
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | vk-funcs-1-0.inc | 18 AMBER_VK_FUNC(vkCmdDrawIndexed)
|
D | graphics_pipeline.cc | 943 device_->GetPtrs()->vkCmdDrawIndexed( in Draw()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.def | 115 vkCmdDrawIndexed
|
D | vk_swiftshader.lds | 115 vkCmdDrawIndexed;
|
D | VkGetProcAddress.cpp | 261 MAKE_VULKAN_DEVICE_ENTRY(vkCmdDrawIndexed),
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 38 vkCmdDrawIndexed
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 134 vkCmdDrawIndexed
|
D | gpa_helper.c | 138 if (!strcmp(funcName, "vkCmdDrawIndexed")) return vkCmdDrawIndexed; in trampoline_get_proc_addr()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | drawing.txt | 45 This enable only applies to indexed draws (flink:vkCmdDrawIndexed, 802 ** flink:vkCmdDrawIndexed 921 [open,refpage='vkCmdDrawIndexed',desc='Draw primitives with indexed vertices',type='protos'] 923 :refpage: vkCmdDrawIndexed 927 include::{generated}/api/protos/vkCmdDrawIndexed.txt[] 969 * [[VUID-vkCmdDrawIndexed-firstIndex-04932]] 977 include::{generated}/validity/protos/vkCmdDrawIndexed.txt[] 1118 respectively, of flink:vkCmdDrawIndexed. 1302 fname:vkCmdDrawIndexedIndirect behaves similarly to flink:vkCmdDrawIndexed 1355 the similarly named parameters of flink:vkCmdDrawIndexed.
|
D | drawing.adoc | 52 This enable only applies to indexed draws (flink:vkCmdDrawIndexed, 838 ** flink:vkCmdDrawIndexed 1000 [open,refpage='vkCmdDrawIndexed',desc='Draw primitives with indexed vertices',type='protos'] 1002 :refpage: vkCmdDrawIndexed 1006 include::{generated}/api/protos/vkCmdDrawIndexed.adoc[] 1057 include::{generated}/validity/protos/vkCmdDrawIndexed.adoc[] 1138 flink:vkCmdDrawIndexed, and drawn pname:instanceCount times with 1198 respectively, of flink:vkCmdDrawIndexed. 1380 fname:vkCmdDrawIndexedIndirect behaves similarly to flink:vkCmdDrawIndexed 1431 the similarly named parameters of flink:vkCmdDrawIndexed.
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 140 PFN_vkCmdDrawIndexed vkCmdDrawIndexed; member 539 extern PFN_vkCmdDrawIndexed vkCmdDrawIndexed;
|
D | volk.c | 350 vkCmdDrawIndexed = (PFN_vkCmdDrawIndexed)load(context, "vkCmdDrawIndexed"); in volkGenLoadDevice() 751 table->vkCmdDrawIndexed = (PFN_vkCmdDrawIndexed)load(context, "vkCmdDrawIndexed"); in volkGenLoadDeviceTable() 1154 PFN_vkCmdDrawIndexed vkCmdDrawIndexed; variable
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 133 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCmdDrawIndexed", FUNCTIONORIGIN_DEVICE)… 271 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCmdDrawIndexed", FUNCTIONORIGIN_DEVICE)… 437 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkCmdDrawIndexed", FUNCTIONORIGIN_DEVICE)… 616 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdDrawIndexed", FUNCTIONORIGIN_DEVICE)…
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_shader_object.adoc | 423 vkCmdDrawIndexed(commandBuffer, ...); 586 vkCmdDrawIndexed(commandBuffer, ...); 601 vkCmdDrawIndexed(commandBuffer, ...);
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_vulkan.cpp | 142 IMGUI_VULKAN_FUNC_MAP_MACRO(vkCmdDrawIndexed) \ 534 …vkCmdDrawIndexed(command_buffer, pcmd->ElemCount, 1, pcmd->IdxOffset + global_idx_offset, pcmd->Vt… in ImGui_ImplVulkan_RenderDrawData()
|