Home
last modified time | relevance | path

Searched refs:crtpl_state_data (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp5248 … VkPipeline *pPipelines, void *crtpl_state_data) { in PreCallValidateCreateRayTracingPipelinesNV() argument
5249 auto *crtpl_state = reinterpret_cast<create_ray_tracing_pipeline_api_state *>(crtpl_state_data); in PreCallValidateCreateRayTracingPipelinesNV()
5263 void *crtpl_state_data) { in PreCallValidateCreateRayTracingPipelinesNV() argument
5265 … pPipelines, crtpl_state_data); in PreCallValidateCreateRayTracingPipelinesNV()
5267 auto *crtpl_state = reinterpret_cast<create_ray_tracing_pipeline_api_state *>(crtpl_state_data); in PreCallValidateCreateRayTracingPipelinesNV()
5277 void *crtpl_state_data) { in PreCallRecordCreateRayTracingPipelinesNV() argument
5280 … auto *crtpl_state = reinterpret_cast<create_ray_tracing_pipeline_api_state *>(crtpl_state_data); in PreCallRecordCreateRayTracingPipelinesNV()
5289 …AllocationCallbacks *pAllocator, VkPipeline *pPipelines, VkResult result, void *crtpl_state_data) { in PostCallRecordCreateRayTracingPipelinesNV() argument
5290 auto *crtpl_state = reinterpret_cast<create_ray_tracing_pipeline_api_state *>(crtpl_state_data); in PostCallRecordCreateRayTracingPipelinesNV()
5304 … VkResult result, void *crtpl_state_data) { in PostCallRecordCreateRayTracingPipelinesNV() argument
[all …]
Dcore_validation.h1594 void* crtpl_state_data);
1598 void* crtpl_state_data);