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

  /external/vulkan-validation-layers/layers/
vk_layer_table.h 28 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_table_map &map);
29 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa);
vk_layer_table.cpp 165 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_table_map &map) {
188 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa) {
189 return initDeviceTable(device, gpa, tableMap);
object_tracker.cpp     [all...]
parameter_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_table.h 28 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_table_map &map);
29 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa);
vk_layer_table.cpp 166 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_table_map &map) {
189 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa) {
190 return initDeviceTable(device, gpa, tableMap);
unique_objects.h 221 initDeviceTable(*pDevice, fpGetDeviceProcAddr, unique_objects_device_table_map);
object_tracker.h     [all...]
parameter_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_table.cpp 166 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_table_map &map) {
189 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa) {
190 return initDeviceTable(device, gpa, tableMap);
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 181 initDeviceTable(*pDevice, fpGetDeviceProcAddr);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
parameter_validation.cpp     [all...]

Completed in 3055 milliseconds