Home
last modified time | relevance | path

Searched defs:layers (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/third_party/flutter/engine/flutter/flow/layers/
Dcontainer_layer.h27 const std::vector<std::shared_ptr<Layer>>& layers() const { return layers_; } in layers() function
Dphysical_shape_layer_unittests.cc12 std::shared_ptr<PhysicalShapeLayer> layers[4]; in TEST() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.h33 VulkanLayerSet layers; member
69 std::vector<VkLayerProperties> layers; member
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_render.c110 uint32_t layers; member
403 uint32_t layers) in pvr_rt_vheap_rtc_data_init()
463 uint32_t layers, in pvr_rt_get_tail_ptr_stride_size()
508 uint32_t layers) in pvr_rt_tpc_data_init()
570 uint32_t layers, in pvr_rt_get_region_headers_stride_size()
684 uint32_t layers) in pvr_rt_rgn_headers_data_init()
730 uint32_t layers) in pvr_rt_datas_init()
1051 uint32_t layers, in pvr_render_target_dataset_create()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.h60 std::vector<VkLayerProperties> layers; member
81 std::vector<VkLayerProperties> layers; member
/third_party/vulkan-loader/tests/live_verification/
Dmacos_static_loader_build.cpp60 std::vector<VkLayerProperties> layers(count, VkLayerProperties{}); in run_vk_code() local
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/
Dembedder_test_compositor.cc50 const FlutterLayer** layers, in UpdateOffscrenComposition()
134 bool EmbedderTestCompositor::Present(const FlutterLayer** layers, in Present()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_framebuffer.h40 uint32_t layers; member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_instance.py357 layers = LAYERS variable
Dzink_framebuffer.h40 uint32_t layers:6; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c135 unsigned lvl, layers = 0; in fd5_sampler_view_create() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTexture.cpp84 …Texture::Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, c… in Texture()
/third_party/skia/modules/skottie/src/
DComposition.cpp120 std::vector<sk_sp<sksg::RenderNode>> layers; in build() local
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_device.cc93 const char* layers[enabled_layers.size()]; in VulkanDevice() local
203 const char* layers[enabled_layers.size()]; in VulkanDevice() local
Dvulkan_application.cc62 const char* layers[enabled_layers.size()]; in VulkanApplication() local
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp78 uint32_t layerCount, VkLayerProperties* layers, in should_include_debug_layer()
168 VkLayerProperties* layers = new VkLayerProperties[layerCount]; in init_instance_extensions_and_layers() local
255 VkLayerProperties* layers = new VkLayerProperties[layerCount]; in init_device_extensions_and_layers() local
/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp84 uint32_t layerCount, VkLayerProperties* layers, in should_include_debug_layer()
157 VkLayerProperties* layers = new VkLayerProperties[layerCount]; in init_instance_extensions_and_layers() local
242 VkLayerProperties* layers = new VkLayerProperties[layerCount]; in init_device_extensions_and_layers() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color.cc251 hb_ot_color_layer_t *layers /* OUT. May be NULL. */) in hb_ot_color_glyph_get_layers()
/third_party/harfbuzz/src/
Dhb-ot-color.cc226 hb_ot_color_layer_t *layers /* OUT. May be NULL. */) in hb_ot_color_glyph_get_layers()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color.cc226 hb_ot_color_layer_t *layers /* OUT. May be NULL. */) in hb_ot_color_glyph_get_layers()
/third_party/ffmpeg/libavutil/
Dhwcontext_drm.h149 AVDRMLayerDescriptor layers[AV_DRM_MAX_PLANES]; member
/third_party/node/test/parallel/
Dtest-async-hooks-correctly-switch-promise-hook.js10 const layers = new Map(); constant
/third_party/flutter/skia/modules/skottie/src/
DComposition.cpp125 std::vector<sk_sp<sksg::RenderNode>> layers; in attachComposition() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c142 unsigned lvl, layers = 0; in fd4_sampler_view_create() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dtrace-parser.py62 def __init__(self, width, height, layers, samples, nr_cbufs): argument

12345678910>>...15