Home
last modified time | relevance | path

Searched defs:sampled (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_functions_test.cc73 bool sampled = false; in TEST() local
/third_party/spirv-tools/source/val/
Dvalidate_type.cpp442 const auto sampled = type->GetOperandAs<uint32_t>(6); in ValidateTypePointer() local
Dvalidate_image.cpp88 uint32_t sampled = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_type.cpp457 const auto sampled = type->GetOperandAs<uint32_t>(6); in ValidateTypePointer() local
Dvalidate_image.cpp86 uint32_t sampled = 0; member
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_type.cpp457 const auto sampled = type->GetOperandAs<uint32_t>(6); in ValidateTypePointer() local
Dvalidate_image.cpp86 uint32_t sampled = 0; member
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl.cc469 if (auto* sampled = texture->As<ast::SampledTexture>()) { in EmitType() local
/third_party/spirv-tools/source/opt/
Dtypes.h320 uint32_t sampled() const { return sampled_; } in sampled() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h326 uint32_t sampled() const { return sampled_; } in sampled() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h326 uint32_t sampled() const { return sampled_; } in sampled() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DQueueWriteTextureValidationTests.cpp227 wgpu::Texture sampled = Create2DTexture({16, 16, 1}, 5, wgpu::TextureFormat::RGBA8Unorm, in TEST_F() local
DCopyCommandsValidationTests.cpp585 wgpu::Texture sampled = Create2DTexture(16, 16, 5, 1, wgpu::TextureFormat::RGBA8Unorm, in TEST_F() local
1192 wgpu::Texture sampled = Create2DTexture(16, 16, 5, 1, wgpu::TextureFormat::RGBA8Unorm, in TEST_F() local
/third_party/gstreamer/gstreamer/gst/
Dgstsystemclock.c134 guint sampled; in gst_futex_cond_wait_until() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp805 spirv::LiteralInteger sampled; in declareType() local
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h304 gboolean sampled; member
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc2345 } else if (auto* sampled = tex->As<sem::SampledTexture>()) { in EmitType() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl.cc2405 auto* sampled = tex->As<sem::SampledTexture>(); in EmitType() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc3427 auto* sampled = tex->As<sem::SampledTexture>(); in EmitType() local
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c1291 unsigned sampled, SpvImageFormat image_format) in spirv_builder_type_image()
/third_party/glslang/SPIRV/
DSpvBuilder.cpp500 …uilder::makeImageType(Id sampledType, Dim dim, bool depth, bool arrayed, bool ms, unsigned sampled, in makeImageType()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp584 uint32_t sampled; member
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1740 unsigned sampled = w[7]; in vtn_handle_type() local
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp324 LiteralInteger sampled, in WriteTypeImage()
Dspirv_instruction_parser_autogen.cpp327 LiteralInteger *sampled, in ParseTypeImage()