Home
last modified time | relevance | path

Searched defs:drawCall (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Device/
H A DRenderer.cpp725 …vk::Device *device, Triangle *triangles, Primitive *primitives, const DrawCall *drawCall, int coun… in setupSolidTriangles()
770 …vk::Device *device, Triangle *triangles, Primitive *primitives, const DrawCall *drawCall, int coun… in setupWireframeTriangles()
825 …vk::Device *device, Triangle *triangles, Primitive *primitives, const DrawCall *drawCall, int coun… in setupPointTriangles()
870 …vk::Device *device, Triangle *triangles, Primitive *primitives, const DrawCall *drawCall, int coun… in setupLines()
891 …vk::Device *device, Triangle *triangles, Primitive *primitives, const DrawCall *drawCall, int coun… in setupPoints()
H A DVertexProcessor.hpp44 int drawCall = -1; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp182 DrawCallType drawCall; member
1568 for (const auto &drawCall : drawCalls) in createMeshShaderQueryTestsEXT() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp4240 Implementation(OperationContext &context, Resource &resource, const DrawCall drawCall) in Implementation()
4445 Support(const ResourceDescription &resourceDesc, const DrawCall drawCall) in Support()