| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | VulkanSecondaryCommandBuffer.h | 534 ANGLE_INLINE void VulkanSecondaryCommandBuffer::pushConstants(const PipelineLayout &layout, in pushConstants() argument
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLGLSLCodeGenerator.cpp | 1077 String layout = modifiers.fLayout.description(); in writeModifiers() local 1580 Layout layout; in generateCode() local
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLDSLParser.cpp | 690 DSLLayout DSLParser::layout() { in layout() function in SkSL::DSLParser 756 DSLLayout layout = this->layout(); in modifiers() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | CopyTests.cpp | 46 static std::vector<uint8_t> GetExpectedTextureData(const utils::TextureDataCopyLayout& layout) { in GetExpectedTextureData() argument 64 GetExpectedTextureDataRGBA8( const utils::TextureDataCopyLayout& layout) GetExpectedTextureData() argument [all...] |
| H A D | BufferZeroInitTests.cpp | 1183 wgpu::TextureDataLayout layout = in TEST_P() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | ShaderModuleD3D12.cpp | 748 Compile(const ProgrammableStage& programmableStage, SingleShaderStage stage, PipelineLayout* layout, uint32_t compileFlags) Compile() argument [all...] |
| /third_party/python/Lib/tkinter/ |
| H A D | ttk.py | 392 def layout(self, style, layoutspec=None): global() member in Style [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | BindGroupValidationTests.cpp | 84 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout(device, {}); in TEST_F() local 104 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_F() local 116 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_F() local 128 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 141 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 195 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 254 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 318 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 395 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 410 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 499 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 541 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 557 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 622 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 634 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 646 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 658 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 674 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 693 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 734 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( TEST_F() local 1848 const auto& layout = layouts[l]; SetUpLayoutsAndPipeline() local 1878 const auto& layout = layouts[l]; SetUpLayoutsAndPipeline() local [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | storage.c | 479 bool field_contains_hasbit(MessageLayout* layout, in field_contains_hasbit() argument 497 MessageLayout* layout = ALLOC(MessageLayout); in create_layout() local 696 free_layout(MessageLayout* layout) free_layout() argument 703 field_type_class(const MessageLayout* layout, const upb_fielddef* field) field_type_class() argument 717 slot_memory(MessageLayout* layout, const void* storage, const upb_fielddef* field) slot_memory() argument 724 slot_oneof_case(MessageLayout* layout, const void* storage, const upb_oneofdef* oneof) slot_oneof_case() argument 731 slot_read_oneof_case(MessageLayout* layout, const void* storage, const upb_oneofdef* oneof) slot_read_oneof_case() argument 737 slot_set_hasbit(MessageLayout* layout, const void* storage, const upb_fielddef* field) slot_set_hasbit() argument 746 slot_clear_hasbit(MessageLayout* layout, const void* storage, const upb_fielddef* field) slot_clear_hasbit() argument 754 slot_is_hasbit_set(MessageLayout* layout, const void* storage, const upb_fielddef* field) slot_is_hasbit_set() argument 763 layout_has(MessageLayout* layout, const void* storage, const upb_fielddef* field) layout_has() argument 776 layout_clear(MessageLayout* layout, const void* storage, const upb_fielddef* field) layout_clear() argument 869 layout_get(MessageLayout* layout, const void* storage, const upb_fielddef* field) layout_get() argument 898 check_repeated_field_type(const MessageLayout* layout, VALUE val, const upb_fielddef* field) check_repeated_field_type() argument 918 check_map_field_type(const MessageLayout* layout, VALUE val, const upb_fielddef* field) check_map_field_type() argument 941 layout_set(MessageLayout* layout, void* storage, const upb_fielddef* field, VALUE val) layout_set() argument 1002 layout_init(MessageLayout* layout, void* storage) layout_init() argument 1015 layout_mark(MessageLayout* layout, void* storage) layout_mark() argument 1033 layout_dup(MessageLayout* layout, void* to, void* from) layout_dup() argument 1067 layout_deep_copy(MessageLayout* layout, void* to, void* from) layout_deep_copy() argument 1107 layout_eq(MessageLayout* layout, void* msg1, void* msg2) layout_eq() argument 1159 layout_hash(MessageLayout* layout, void* storage) layout_hash() argument 1175 layout_inspect(MessageLayout* layout, void* storage) layout_inspect() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineCreationCacheControlTests.cpp | 878 const auto layout = createPipelineLayout(vk, device, testParameter); in testInstance() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassDitheringTests.cpp | 316 VkImageLayout layout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in iterate() local 339 VkImageLayout layout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; iterate() local 400 const auto layout = (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; render() local 415 const auto layout = m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; render() local 638 const auto layout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; createDrawResources() local 697 const auto layout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; createDrawResources() local [all...] |
| H A D | vktRenderPassSampleReadTests.cpp | 676 createSubpassDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkImageView imageView) createSubpassDescriptorSet() argument [all...] |
| H A D | vktRenderPassTestsUtil.cpp | 396 void AttachmentReference::setImageLayout (VkImageLayout layout) in setImageLayout() argument 371 AttachmentReference(deUint32 attachment, VkImageLayout layout, VkImageAspectFlags aspectMask) AttachmentReference() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmComputeShaderCase.cpp | 258 Move<VkDescriptorSet> createDescriptorSet (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorPool pool, VkDescriptorSetLayout layout, const vector<VkDescriptorType>& dtypes, const vector<VkDescriptorBufferInfo>& descriptorInfos, const vector<VkDescriptorImageInfo>& descriptorImageInfos) in createDescriptorSet() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
| H A D | vktVideoDecodeTests.cpp | 438 const VkImageLayout layout = frame.decodedImageLayout; in iterateSingleFrame() local 523 const VkImageLayout layout = frame.decodedImageLayout; in iterateDoubleFrame() local 614 const VkImageLayout layout = frame.decodedImageLayout; in iterateMultipleFrame() local 996 const VkImageLayout layout local 144 getDecodedImage(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkImage image, VkImageLayout layout, VkFormat format, VkExtent2D codedExtent, deUint32 queueFamilyIndexTransfer, deUint32 queueFamilyIndexDecode) getDecodedImage() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
| H A D | vktYCbCrConversionTests.cpp | 271 createDescriptorSet(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDescriptorPool descriptorPool, vk::VkDescriptorSetLayout layout, const std::vector<de::SharedPtr<vk::Unique<vk::VkSampler> > >& samplers, const std::vector<de::SharedPtr<vk::Unique<vk::VkImageView> > >& imageViews, deUint32 samplerBinding) createDescriptorSet() argument
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluVarType.hpp | 263 Layout layout; member 275 glu::Layout layout; member
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fShaderStateQueryTests.cpp | 1318 const char* layout; in test() member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| H A D | layout_property.cpp | 1361 const auto& layout = layoutConstraint_.value(); in ConstraintEqual() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_model_ng.cpp | 80 auto layout = frameNode->GetLayoutProperty<TextLayoutProperty>(); in CreateFrameNode() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
| H A D | textpicker_column_pattern.cpp | 1533 RefPtr<TextPickerLayoutProperty> layout = GetParentLayout(); in NotLoopOptions() local
|
| /kernel/linux/linux-5.10/drivers/dma/qcom/ |
| H A D | bam_dma.c | 392 const struct reg_offset_data *layout; member
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| H A D | chmc.c | 174 struct jbusmc_obp_mem_layout layout; member [all...] |
| /kernel/linux/linux-6.6/arch/sparc/kernel/ |
| H A D | chmc.c | 175 struct jbusmc_obp_mem_layout layout; member [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
| H A D | hdmi.h | 217 enum hdmi_core_audio_layout layout; member
|