Lines Matching refs:constraints
1745 llcpp::fuchsia::sysmem::BufferCollectionConstraints constraints = {}; in defaultBufferCollectionConstraints() local
1746 constraints.min_buffer_count = buffer_count; in defaultBufferCollectionConstraints()
1747 constraints.has_buffer_memory_constraints = true; in defaultBufferCollectionConstraints()
1749 constraints.buffer_memory_constraints; in defaultBufferCollectionConstraints()
1762 return constraints; in defaultBufferCollectionConstraints()
1819 llcpp::fuchsia::sysmem::BufferCollectionConstraints constraints = in setBufferCollectionConstraints() local
1825 constraints.usage.vulkan = in setBufferCollectionConstraints()
1840 constraints.image_format_constraints_count = formats.size(); in setBufferCollectionConstraints()
1845 constraints.image_format_constraints[format_index++]; in setBufferCollectionConstraints()
1890 auto result = collection->SetConstraints(true, std::move(constraints)); in setBufferCollectionConstraints()
1909 llcpp::fuchsia::sysmem::BufferCollectionConstraints constraints = in setBufferCollectionBufferConstraints() local
1914 constraints.usage.vulkan = in setBufferCollectionBufferConstraints()
1918 auto result = collection->SetConstraints(true, std::move(constraints)); in setBufferCollectionBufferConstraints()