Home
last modified time | relevance | path

Searched refs:vkCmdDrawIndexed (Results 1 – 25 of 58) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_debug_marker.adoc104 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);
DVK_EXT_debug_marker.txt104 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);
DVK_EXT_debug_utils.adoc227 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);
DVK_EXT_debug_utils.txt227 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);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp346 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/
Dvk-wrappers-1-0.inc70 if (!(ptrs_.vkCmdDrawIndexed = reinterpret_cast<PFN_vkCmdDrawIndexed>(getInstanceProcAddr(instance_…
71 return Result("Vulkan: Unable to load vkCmdDrawIndexed pointer");
Dvk-wrappers-1-0.h18 PFN_vkCmdDrawIndexed vkCmdDrawIndexed; variable
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-0.inc70 if (!(ptrs_.vkCmdDrawIndexed = reinterpret_cast<PFN_vkCmdDrawIndexed>(getInstanceProcAddr(instance_…
71 return Result("Vulkan: Unable to load vkCmdDrawIndexed pointer");
Dvk-wrappers-1-0.h18 PFN_vkCmdDrawIndexed vkCmdDrawIndexed; variable
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dvk-funcs-1-0.inc18 AMBER_VK_FUNC(vkCmdDrawIndexed)
Dgraphics_pipeline.cc943 device_->GetPtrs()->vkCmdDrawIndexed( in Draw()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp180 vkCmdDrawIndexed(cmdBuffer, params->indexCount, 1, 0, 0, 0); in executeCommands()
187 vkCmdDrawIndexed(cmdBuffer, params->indexCount, params->instanceCount, 0, 0, 0); in executeCommands()
Dvk_wrapper.h929 vkCmdDrawIndexed(mHandle, indexCount, instanceCount, firstIndex, vertexOffset, firstInstance);
935 vkCmdDrawIndexed(mHandle, indexCount, 1, 0, 0, 0);
941 vkCmdDrawIndexed(mHandle, indexCount, instanceCount, 0, 0, 0);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds115 vkCmdDrawIndexed;
Dvk_swiftshader.def115 vkCmdDrawIndexed
DVkGetProcAddress.cpp261 MAKE_VULKAN_DEVICE_ENTRY(vkCmdDrawIndexed),
/third_party/vulkan-loader/
Dvulkan.symbols.api38 vkCmdDrawIndexed
/third_party/vulkan-loader/loader/
Dvulkan-1.def134 vkCmdDrawIndexed
Dgpa_helper.c138 if (!strcmp(funcName, "vkCmdDrawIndexed")) return vkCmdDrawIndexed; in trampoline_get_proc_addr()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Ddrawing.adoc44 This enable only applies to indexed draws (flink:vkCmdDrawIndexed,
822 ** flink:vkCmdDrawIndexed
942 [open,refpage='vkCmdDrawIndexed',desc='Draw primitives with indexed vertices',type='protos']
944 :refpage: vkCmdDrawIndexed
948 include::{generated}/api/protos/vkCmdDrawIndexed.adoc[]
991 * [[VUID-vkCmdDrawIndexed-robustBufferAccess2-07788]]
1001 include::{generated}/validity/protos/vkCmdDrawIndexed.adoc[]
1140 respectively, of flink:vkCmdDrawIndexed.
1319 fname:vkCmdDrawIndexedIndirect behaves similarly to flink:vkCmdDrawIndexed
1368 the similarly named parameters of flink:vkCmdDrawIndexed.
Ddrawing.txt45 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.
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h140 PFN_vkCmdDrawIndexed vkCmdDrawIndexed; member
539 extern PFN_vkCmdDrawIndexed vkCmdDrawIndexed;
Dvolk.c350 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/
DvkCoreFunctionalities.inl133 …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/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.cpp142 IMGUI_VULKAN_FUNC_MAP_MACRO(vkCmdDrawIndexed) \
534vkCmdDrawIndexed(command_buffer, pcmd->ElemCount, 1, pcmd->IdxOffset + global_idx_offset, pcmd->Vt… in ImGui_ImplVulkan_RenderDrawData()

123