Home
last modified time | relevance | path

Searched refs:DispatchCreateShaderModule (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dlayer_chassis_dispatch.h288 VkResult DispatchCreateShaderModule(
H A Dlayer_chassis_dispatch.cpp1930 VkResult DispatchCreateShaderModule( in DispatchCreateShaderModule() function
H A Dchassis.cpp920 …VkResult result = DispatchCreateShaderModule(device, &csm_state.instrumented_create_info, pAllocat… in CreateShaderModule()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dgpu_validation.cpp558 … VkResult result = DispatchCreateShaderModule(device, &create_info, pAllocator, &shader_module); in GpuPreCallRecordPipelineCreations()