HomeSort by relevance Sort by last modified time
    Searched defs:destroy_pipeline (Results 1 - 3 of 3) sorted by null

  /external/vulkan-validation-layers/layers/
core_validation.h 74 bool destroy_pipeline; // Skip validation at DestroyPipeline time member in struct:CHECK_DISABLED
  /external/mesa3d/src/amd/vulkan/
radv_meta_clear.c 333 destroy_pipeline(struct radv_device *device, struct radv_pipeline *pipeline) function
358 destroy_pipeline(device, state->clear[i].color_pipelines[j]);
363 destroy_pipeline(device, state->clear[i].depth_only_pipeline[j]);
364 destroy_pipeline(device, state->clear[i].stencil_only_pipeline[j]);
365 destroy_pipeline(device, state->clear[i].depthstencil_pipeline[j]);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
object_tracker.cpp 891 static void destroy_pipeline(VkDevice dispatchable_object, VkPipeline object) function in namespace:object_tracker
    [all...]

Completed in 119 milliseconds