Searched refs:VkIndexType (Results 1 – 19 of 19) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | 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/demos/smoke/ |
D | Meshes.h | 57 VkIndexType index_type_;
|
D | Meshes.cpp | 89 static VkIndexType index_type() in index_type()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.h | 275 void CreateAndInitBuffer(int numIndexes, VkIndexType dataFormat, 278 VkIndexType GetIndexType(); 281 VkIndexType m_indexType;
|
D | vkrenderframework.cpp | 1022 VkIndexType indexType, in CreateAndInitBuffer() 1058 VkIndexType VkIndexBufferObj::GetIndexType() { return m_indexType; } in GetIndexType()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtil.inl | 37 const char* getIndexTypeName (VkIndexType value); 77 inline tcu::Format::Enum<VkIndexType> getIndexTypeStr (VkIndexType value) { return tc… 117 inline std::ostream& operator<< (std::ostream& s, VkIndexType value) { return s << getIndexType…
|
D | vkBasicTypes.inl | 669 enum VkIndexType enum
|
D | vkConcreteDeviceInterface.inl | 91 … (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) cons…
|
D | vkVirtualDeviceInterface.inl | 91 … (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) cons…
|
D | vkFunctionPointerTypes.inl | 108 … (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
|
D | vkDeviceDriverImpl.inl | 440 … (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) const
|
D | vkNullDriverImpl.inl | 687 …Buffer (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType)
|
D | vkStrUtilImpl.inl | 750 const char* getIndexTypeName (VkIndexType value)
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 777 typedef enum VkIndexType { enum 784 } VkIndexType; typedef 2301 …uffer)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType); 2903 VkIndexType indexType);
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 785 typedef enum VkIndexType { enum 792 } VkIndexType; typedef 2310 …uffer)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType); 2912 VkIndexType indexType);
|
/external/vulkan-validation-layers/loader/ |
D | trampoline.c | 1800 VkDeviceSize offset, VkIndexType indexType) {
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation.cpp | 4261 …uffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in PostCmdBindIndexBuffer() 4273 …uffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in vkCmdBindIndexBuffer()
|
D | vk_validation_layer_details.md | 205 8. Check for valid VkIndexType in vkCmdBindIndexBuffer() should be in PreCmdBindIndexBuffer() call
|
D | core_validation.cpp | 7497 …uffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in vkCmdBindIndexBuffer()
|