Home
last modified time | relevance | path

Searched refs:kMaxBindGroupsTyped (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPipelineLayout.cpp306 for (BindGroupIndex group(0); group < kMaxBindGroupsTyped; ++group) { in CreateDefault()
347 ASSERT(group < kMaxBindGroupsTyped); in GetBindGroupLayout()
356 ASSERT(group < kMaxBindGroupsTyped); in GetBindGroupLayout()
377 for (BindGroupIndex i(0); i < kMaxBindGroupsTyped; ++i) { in GroupsInheritUpTo()
382 return kMaxBindGroupsTyped; in GroupsInheritUpTo()
DIntegerTypes.h32 static constexpr BindGroupIndex kMaxBindGroupsTyped = BindGroupIndex(kMaxBindGroups); variable
DBindGroupTracker.h39 ASSERT(index < kMaxBindGroupsTyped); in OnSetBindGroup()
DProgrammableEncoder.cpp117 DAWN_INVALID_IF(index >= kMaxBindGroupsTyped, in ValidateSetBindGroup()
DComputePassEncoder.cpp439 for (BindGroupIndex i(0); i < kMaxBindGroupsTyped; ++i) { in RestoreCommandBufferState()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPipelineLayoutD3D12.cpp272 ASSERT(group < kMaxBindGroupsTyped); in GetCbvUavSrvRootParameterIndex()
277 ASSERT(group < kMaxBindGroupsTyped); in GetSamplerRootParameterIndex()
292 ASSERT(group < kMaxBindGroupsTyped); in GetDynamicRootParameterIndex()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DShaderModuleGL.cpp96 DAWN_INVALID_IF(bindGroupIndex >= kMaxBindGroupsTyped, in ExtractSpirvInfo()