Home
last modified time | relevance | path

Searched defs:bindingType (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DStorageTextureValidationTests.cpp281 for (wgpu::StorageTextureAccess bindingType : kSupportedStorageTextureAccess) { in TEST_F() local
297 for (wgpu::StorageTextureAccess bindingType : kSupportedStorageTextureAccess) { in TEST_F() local
314 for (wgpu::StorageTextureAccess bindingType : kSupportedStorageTextureAccess) { in TEST_F() local
378 for (wgpu::StorageTextureAccess bindingType : kSupportedStorageTextureAccess) { in TEST_F() local
391 for (wgpu::StorageTextureAccess bindingType : kSupportedStorageTextureAccess) { in TEST_F() local
407 for (wgpu::StorageTextureAccess bindingType : kSupportedStorageTextureAccess) { in TEST_F() local
468 for (wgpu::StorageTextureAccess bindingType : kSupportedStorageTextureAccess) { in TEST_F() local
686 for (wgpu::StorageTextureAccess bindingType : kSupportedStorageTextureAccess) { in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindingInfo.h62 BindingInfoType bindingType; member
DBindGroupLayout.cpp72 BindingInfoType bindingType; in ValidateBindGroupLayoutEntry() local
DShaderModule.h142 BindingInfoType bindingType; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp125 dawn::BindingType bindingType) { in ExtractSpirvInfo()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fAtomicCounterTests.cpp106 BindingType bindingType; member
1179 string layoutTypesToName (const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTes… in layoutTypesToName()
1237 string layoutTypesToDesc (const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTes… in layoutTypesToDesc()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DShaderModuleGL.cpp81 BindingInfoArray* bindings, bool isStorageBuffer = false) -> MaybeError { in ExtractSpirvInfo()
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js2057 pp$2.checkLValSimple = function(expr, bindingType, checkClashes) { argument
2095 pp$2.checkLValPattern = function(expr, bindingType, checkClashes) { argument
2120 pp$2.checkLValInnerPattern = function(expr, bindingType, checkClashes) { argument
3273 pp$5.declareName = function(name, bindingType, pos) { argument
Dacorn.mjs2051 pp$2.checkLValSimple = function(expr, bindingType, checkClashes) { argument
2089 pp$2.checkLValPattern = function(expr, bindingType, checkClashes) { argument
2114 pp$2.checkLValInnerPattern = function(expr, bindingType, checkClashes) { argument
3267 pp$5.declareName = function(name, bindingType, pos) { argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DBindGroupTests.cpp1575 auto doBufferTest = [&](wgpu::BufferBindingType bindingType, wgpu::BufferUsage usage) { in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1227 const auto bindingType = textureBinding->getType(); in init() local