Home
last modified time | relevance | path

Searched refs:OP_vkCreateSampler (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py243 def OP_vkCreateSampler(printer, indent: int): function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.h614 #define OP_vkCreateSampler 20070 macro
Dgoldfish_vk_marshaling.cpp21035 case OP_vkCreateSampler: { in api_opcode_to_string()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h629 #define OP_vkCreateSampler 20070 macro
Dgoldfish_vk_marshaling_guest.cpp16237 case OP_vkCreateSampler: { in api_opcode_to_string()
DVkEncoder.cpp8761 uint32_t opcode_vkCreateSampler = OP_vkCreateSampler; in vkCreateSampler()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.cpp706 mReconstruction.setApiTrace(apiInfo, OP_vkCreateSampler, snapshotTraceBegin, in vkCreateSampler()
DVkDecoder.cpp4943 case OP_vkCreateSampler: { in decode()