Home
last modified time | relevance | path

Searched refs:GetLayout (Results 1 – 12 of 12) sorted by relevance

/external/deqp-deps/amber/src/amberscript/
Dparser_buffer_test.cc71 EXPECT_EQ(Format::Layout::kStd430, buffer->GetFormat()->GetLayout()); in TEST_F()
104 EXPECT_EQ(Format::Layout::kStd140, buffer->GetFormat()->GetLayout()); in TEST_F()
137 EXPECT_EQ(Format::Layout::kStd430, buffer->GetFormat()->GetLayout()); in TEST_F()
170 EXPECT_EQ(Format::Layout::kStd140, buffer->GetFormat()->GetLayout()); in TEST_F()
202 EXPECT_EQ(Format::Layout::kStd430, buffer->GetFormat()->GetLayout()); in TEST_F()
235 EXPECT_EQ(Format::Layout::kStd140, buffer->GetFormat()->GetLayout()); in TEST_F()
268 EXPECT_EQ(Format::Layout::kStd430, buffer->GetFormat()->GetLayout()); in TEST_F()
297 EXPECT_EQ(Format::Layout::kStd430, buffer->GetFormat()->GetLayout()); in TEST_F()
326 EXPECT_EQ(Format::Layout::kStd430, buffer->GetFormat()->GetLayout()); in TEST_F()
355 EXPECT_EQ(Format::Layout::kStd430, buffer->GetFormat()->GetLayout()); in TEST_F()
[all …]
/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutitem.h24 CXFA_LayoutProcessor* GetLayout() const;
Dcxfa_viewlayoutitem.cpp32 CXFA_LayoutProcessor* CXFA_ViewLayoutItem::GetLayout() const { in GetLayout() function in CXFA_ViewLayoutItem
Dcxfa_contentlayoutprocessor.cpp332 XFA_AttributeValue GetLayout(CXFA_Node* pFormNode, bool* bRootForceTb) { in GetLayout() function
2063 GetLayout(pLayoutNode, &bRootForceTb); in DoLayoutInternal()
2335 GetLayout(pProcessor->GetFormNode(), &bRootForceTb); in InsertFlowedItem()
2763 GetLayout(pParentNode, &bFocrTb) != XFA_AttributeValue::Row) { in AdjustContainerSpecifiedSize()
/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp1353 auto bindings = desc->GetLayout()->GetSortedBindingSet(); in GpuAllocateValidationResources()
1355 binding_count += desc->GetLayout()->GetMaxBinding() + 1; in GpuAllocateValidationResources()
1359 …if (VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT == desc->GetLayout()->GetTypeFromBinding(binding))… in GpuAllocateValidationResources()
1365 …} else if (binding == desc->GetLayout()->GetMaxBinding() && desc->IsVariableDescriptorCount(bindin… in GpuAllocateValidationResources()
1412 auto layout = desc->GetLayout(); in GpuAllocateValidationResources()
1423 …if (VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT == desc->GetLayout()->GetTypeFromBinding(binding))… in GpuAllocateValidationResources()
1435 …if (VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT == desc->GetLayout()->GetTypeFromBinding(binding))… in GpuAllocateValidationResources()
1453 auto last = desc->GetLayout()->GetMaxBinding(); in GpuAllocateValidationResources()
Ddescriptor_sets.cpp666 … DescriptorSetLayout::ConstBindingIterator binding_it(descriptor_set->GetLayout().get(), binding); in ValidateDrawState()
945 auto dst_layout = dst_set->GetLayout(); in ValidateCopyUpdate()
946 auto src_layout = src_set->GetLayout(); in ValidateCopyUpdate()
2334 const auto dest_layout = dest_set->GetLayout(); in ValidateWriteUpdate()
Ddescriptor_sets.h572 const std::shared_ptr<DescriptorSetLayout const> GetLayout() const { return p_layout_; }; in GetLayout() function
Dcore_validation.cpp1160 …torset::VerifySetLayoutCompatibility(layout_node.get(), descriptor_set->GetLayout().get(), &errorM… in VerifySetLayoutCompatibility()
7586 const auto dsl = descriptor_set->GetLayout(); in PreCallValidateCmdBindDescriptorSets()
/external/deqp-deps/amber/src/
Dformat.h94 Layout GetLayout() const { return layout_; } in GetLayout() function
Dformat_test.cc28 EXPECT_EQ(Format::Layout::kStd430, fmt.GetLayout()); in TEST_F()
/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp52 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); in OnPageEvent()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc4573 Attribute GetLayout(const Type &type, PatternRewriter &rewriter) const { in GetLayout() function in mlir::mhlo::__anon5ef947ee0111::ConvertInfeedDequeueTupleOp
4579 v.push_back(GetLayout(t, rewriter)); in GetLayout()
4617 GetLayout(data_and_token_type, rewriter).cast<ArrayAttr>(); in matchAndRewrite()