Home
last modified time | relevance | path

Searched refs:OP_vkGetPhysicalDeviceFormatProperties (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py424 def OP_vkGetPhysicalDeviceFormatProperties(printer, indent: int): function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.h219 #define OP_vkGetPhysicalDeviceFormatProperties 20004 macro
Dgoldfish_vk_marshaling.cpp20837 case OP_vkGetPhysicalDeviceFormatProperties: { in api_opcode_to_string()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h230 #define OP_vkGetPhysicalDeviceFormatProperties 20004 macro
Dgoldfish_vk_marshaling_guest.cpp16039 case OP_vkGetPhysicalDeviceFormatProperties: { in api_opcode_to_string()
DVkEncoder.cpp626 uint32_t opcode_vkGetPhysicalDeviceFormatProperties = OP_vkGetPhysicalDeviceFormatProperties; in vkGetPhysicalDeviceFormatProperties()
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp479 case OP_vkGetPhysicalDeviceFormatProperties: { in decode()