OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroy_pipeline
(Results
1 - 5
of
5
) sorted by null
/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
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiNullHandleTests.cpp
282
addFunctionCase(group, "
destroy_pipeline
", "", test<VkPipeline>);
/external/vulkan-validation-layers/layers/
core_validation.h
74
bool
destroy_pipeline
; // Skip validation at DestroyPipeline time
member in struct:CHECK_DISABLED
core_validation.cpp
[
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 1041 milliseconds