Home
last modified time | relevance | path

Searched refs:VkIndexType (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp71 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/
DMeshes.h57 VkIndexType index_type_;
DMeshes.cpp89 static VkIndexType index_type() in index_type()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h275 void CreateAndInitBuffer(int numIndexes, VkIndexType dataFormat,
278 VkIndexType GetIndexType();
281 VkIndexType m_indexType;
Dvkrenderframework.cpp1022 VkIndexType indexType, in CreateAndInitBuffer()
1058 VkIndexType VkIndexBufferObj::GetIndexType() { return m_indexType; } in GetIndexType()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtil.inl37 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…
DvkBasicTypes.inl669 enum VkIndexType enum
DvkConcreteDeviceInterface.inl91 … (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) cons…
DvkVirtualDeviceInterface.inl91 … (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) cons…
DvkFunctionPointerTypes.inl108 … (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
DvkDeviceDriverImpl.inl440 … (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) const
DvkNullDriverImpl.inl687 …Buffer (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType)
DvkStrUtilImpl.inl750 const char* getIndexTypeName (VkIndexType value)
/external/skia/third_party/vulkan/
Dvulkan.h777 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/
Dvulkan.h785 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/
Dtrampoline.c1800 VkDeviceSize offset, VkIndexType indexType) {
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp4261 …uffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in PostCmdBindIndexBuffer()
4273 …uffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in vkCmdBindIndexBuffer()
Dvk_validation_layer_details.md205 8. Check for valid VkIndexType in vkCmdBindIndexBuffer() should be in PreCmdBindIndexBuffer() call
Dcore_validation.cpp7497 …uffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) { in vkCmdBindIndexBuffer()