Searched refs:GetLayout (Results 1 – 12 of 12) sorted by relevance
/external/deqp-deps/amber/src/amberscript/ |
D | parser_buffer_test.cc | 71 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/ |
D | cxfa_viewlayoutitem.h | 24 CXFA_LayoutProcessor* GetLayout() const;
|
D | cxfa_viewlayoutitem.cpp | 32 CXFA_LayoutProcessor* CXFA_ViewLayoutItem::GetLayout() const { in GetLayout() function in CXFA_ViewLayoutItem
|
D | cxfa_contentlayoutprocessor.cpp | 332 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/ |
D | gpu_validation.cpp | 1353 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()
|
D | descriptor_sets.cpp | 666 … 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()
|
D | descriptor_sets.h | 572 const std::shared_ptr<DescriptorSetLayout const> GetLayout() const { return p_layout_; }; in GetLayout() function
|
D | core_validation.cpp | 1160 …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/ |
D | format.h | 94 Layout GetLayout() const { return layout_; } in GetLayout() function
|
D | format_test.cc | 28 EXPECT_EQ(Format::Layout::kStd430, fmt.GetLayout()); in TEST_F()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnotify.cpp | 52 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); in OnPageEvent()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 4573 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()
|