Home
last modified time | relevance | path

Searched defs:ResourceBindingRequirements (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/graphite/
DCaps.h51 struct ResourceBindingRequirements { struct
53 Layout fUniformBufferLayout = Layout::kInvalid;
56 Layout fStorageBufferLayout = Layout::kInvalid;
61 bool fSeparateTextureAndSamplerBinding = false;
65 bool fUseVulkanPushConstantsForIntrinsicConstants = false;
68 bool fComputeUsesDistinctIdxRangesForTextures = false;
72 static constexpr int kUnassigned = -1;
73 int fUniformsSetIdx = kUnassigned;
74 int fTextureSamplerSetIdx = kUnassigned;
75 int fInputAttachmentSetIdx = kUnassigned;
[all …]
DRenderer.h127 virtual std::string texturesAndSamplersSkSL(const ResourceBindingRequirements&, in texturesAndSamplersSkSL()