HomeSort by relevance Sort by last modified time
    Searched refs:VK_PRIMITIVE_TOPOLOGY_POINT_LIST (Results 1 - 21 of 21) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawSimpleTest.cpp 88 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
128 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
234 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
vktDrawIndirectTest.cpp 132 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
213 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
396 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
vktDrawIndexedTest.cpp 98 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
256 case vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp 189 VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
242 << (m_primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? " gl_PointSize = 3.0;\n"
306 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
342 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST:
    [all...]
vktPipelineReferenceRenderer.cpp 111 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: return rr::PRIMITIVETYPE_POINTS;
vktPipelineMultisampleTests.cpp 542 topology = VK_PRIMITIVE_TOPOLOGY_POINT_LIST;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 312 && testVector.primitiveTopology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST);
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 87 VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
  /external/deqp/external/vulkancts/framework/vulkan/
vkBasicTypes.inl 447 VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0,
    [all...]
vkStrUtilImpl.inl 494 case VK_PRIMITIVE_TOPOLOGY_POINT_LIST: return "VK_PRIMITIVE_TOPOLOGY_POINT_LIST";
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h 536 VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0,
547 VK_PRIMITIVE_TOPOLOGY_BEGIN_RANGE = VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
549 VK_PRIMITIVE_TOPOLOGY_RANGE_SIZE = (VK_PRIMITIVE_TOPOLOGY_PATCH_LIST - VK_PRIMITIVE_TOPOLOGY_POINT_LIST + 1),
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 543 VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0,
554 VK_PRIMITIVE_TOPOLOGY_BEGIN_RANGE = VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
556 VK_PRIMITIVE_TOPOLOGY_RANGE_SIZE = (VK_PRIMITIVE_TOPOLOGY_PATCH_LIST - VK_PRIMITIVE_TOPOLOGY_POINT_LIST + 1),
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h 540 VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0,
551 VK_PRIMITIVE_TOPOLOGY_BEGIN_RANGE = VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
553 VK_PRIMITIVE_TOPOLOGY_RANGE_SIZE = (VK_PRIMITIVE_TOPOLOGY_PATCH_LIST - VK_PRIMITIVE_TOPOLOGY_POINT_LIST + 1),
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 536 VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0,
547 VK_PRIMITIVE_TOPOLOGY_BEGIN_RANGE = VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
549 VK_PRIMITIVE_TOPOLOGY_RANGE_SIZE = (VK_PRIMITIVE_TOPOLOGY_PATCH_LIST - VK_PRIMITIVE_TOPOLOGY_POINT_LIST + 1),
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 536 VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0,
547 VK_PRIMITIVE_TOPOLOGY_BEGIN_RANGE = VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
549 VK_PRIMITIVE_TOPOLOGY_RANGE_SIZE = (VK_PRIMITIVE_TOPOLOGY_PATCH_LIST - VK_PRIMITIVE_TOPOLOGY_POINT_LIST + 1),
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 536 VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0,
547 VK_PRIMITIVE_TOPOLOGY_BEGIN_RANGE = VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
549 VK_PRIMITIVE_TOPOLOGY_RANGE_SIZE = (VK_PRIMITIVE_TOPOLOGY_PATCH_LIST - VK_PRIMITIVE_TOPOLOGY_POINT_LIST + 1),
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 536 VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0,
547 VK_PRIMITIVE_TOPOLOGY_BEGIN_RANGE = VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
549 VK_PRIMITIVE_TOPOLOGY_RANGE_SIZE = (VK_PRIMITIVE_TOPOLOGY_PATCH_LIST - VK_PRIMITIVE_TOPOLOGY_POINT_LIST + 1),
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 536 VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0,
547 VK_PRIMITIVE_TOPOLOGY_BEGIN_RANGE = VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
549 VK_PRIMITIVE_TOPOLOGY_RANGE_SIZE = (VK_PRIMITIVE_TOPOLOGY_PATCH_LIST - VK_PRIMITIVE_TOPOLOGY_POINT_LIST + 1),
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 536 VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0,
547 VK_PRIMITIVE_TOPOLOGY_BEGIN_RANGE = VK_PRIMITIVE_TOPOLOGY_POINT_LIST,
549 VK_PRIMITIVE_TOPOLOGY_RANGE_SIZE = (VK_PRIMITIVE_TOPOLOGY_PATCH_LIST - VK_PRIMITIVE_TOPOLOGY_POINT_LIST + 1),
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 101 milliseconds