HomeSort by relevance Sort by last modified time
    Searched refs:VkIndexType (Results 1 - 25 of 28) sorted by null

1 2

  /external/vulkan-validation-layers/demos/smoke/
Meshes.h 57 VkIndexType index_type_;
Meshes.cpp 89 static VkIndexType index_type()
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp 71 VkIndexType indexType);
75 static bool isRestartIndex (VkIndexType indexType, deUint32 indexValue);
76 static deUint32 getRestartIndex (VkIndexType indexType);
81 VkIndexType indexType,
89 VkIndexType m_indexType;
104 VkIndexType indexType,
118 VkIndexType indexType);
124 VkIndexType indexType,
140 VkIndexType indexType,
152 VkIndexType m_indexType
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 275 void CreateAndInitBuffer(int numIndexes, VkIndexType dataFormat,
278 VkIndexType GetIndexType();
281 VkIndexType m_indexType;
vkrenderframework.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtil.inl 37 const char* getIndexTypeName (VkIndexType value);
77 inline tcu::Format::Enum<VkIndexType> getIndexTypeStr (VkIndexType value) { return tcu::Format::Enum<VkIndexType>(getIndexTypeName, value); }
117 inline std::ostream& operator<< (std::ostream& s, VkIndexType value) { return s << getIndexTypeStr(value); }
vkBasicTypes.inl 669 enum VkIndexType
    [all...]
vkConcreteDeviceInterface.inl 91 virtual void cmdBindIndexBuffer (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) const;
vkVirtualDeviceInterface.inl 91 virtual void cmdBindIndexBuffer (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) const = 0;
vkDeviceDriverImpl.inl 440 void DeviceDriver::cmdBindIndexBuffer (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) const
vkFunctionPointerTypes.inl 108 typedef VKAPI_ATTR void (VKAPI_CALL* CmdBindIndexBufferFunc) (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
vkNullDriverImpl.inl 687 VKAPI_ATTR void VKAPI_CALL cmdBindIndexBuffer (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType)
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h 782 typedef enum VkIndexType {
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 135 VKAPI_ATTR void CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
null_driver.cpp     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp 384 VKAPI_ATTR void CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
    [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]

Completed in 374 milliseconds

1 2