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

1 2

  /external/vulkan-validation-layers/demos/smoke/
Meshes.h 51 VkIndexType index_type_;
Meshes.cpp 83 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 228 void CreateAndInitBuffer(int numIndexes, VkIndexType dataFormat, const void *data);
230 VkIndexType GetIndexType();
233 VkIndexType m_indexType;
vkrenderframework.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h     [all...]
vk_enum_validate_helper.h 708 static inline uint32_t validate_VkIndexType(VkIndexType input_value)
710 switch ((VkIndexType)input_value)
    [all...]
  /external/mesa3d/src/intel/vulkan/
gen7_cmd_buffer.c 112 VkIndexType indexType)
gen8_cmd_buffer.c 297 VkIndexType indexType)
  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtil.inl 37 const char* getIndexTypeName (VkIndexType value);
84 inline tcu::Format::Enum<VkIndexType> getIndexTypeStr (VkIndexType value) { return tcu::Format::Enum<VkIndexType>(getIndexTypeName, value); }
131 inline std::ostream& operator<< (std::ostream& s, VkIndexType value) { return s << getIndexTypeStr(value); }
    [all...]
vkBasicTypes.inl 792 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;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktBasicDrawTests.cpp 117 const vk::VkIndexType indexType;
119 IndexedParamsBase (const vk::VkIndexType indexT)
145 DrawIndexedParams (const vk::VkPrimitiveTopology top, const vk::VkIndexType indexT, const deUint32 indexC, const deUint32 instanceC, const deUint32 firstIdx, const deInt32 vertexO, const deUint32 firstIns)
181 DrawIndexedIndirectParams (const vk::VkPrimitiveTopology top, const vk::VkIndexType indexT)
    [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 135 VKAPI_ATTR void CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType);
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 777 typedef enum VkIndexType {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 782 typedef enum VkIndexType {
    [all...]

Completed in 719 milliseconds

1 2