Home
last modified time | relevance | path

Searched defs:csm_state (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp3142 …create_shader_module_api_state *csm_state = reinterpret_cast<create_shader_module_api_state *>(csm… in PreCallRecordCreateShaderModule() local
3154 …create_shader_module_api_state *csm_state = reinterpret_cast<create_shader_module_api_state *>(csm… in PostCallRecordCreateShaderModule() local
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dchassis.h3715 …teInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule, void* csm_state) { in PreCallValidateCreateShaderModule()
3718 …ateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule, void* csm_state) { in PreCallRecordCreateShaderModule()
3721 …AllocationCallbacks* pAllocator, VkShaderModule* pShaderModule, VkResult result, void* csm_state) { in PostCallRecordCreateShaderModule()
H A Dchassis.cpp908 create_shader_module_api_state csm_state{}; in CreateShaderModule() local