Home
last modified time | relevance | path

Searched defs:sampler_type (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/tint/src/inspector/
Dtest_inspector_builder.h378 const ast::Sampler* sampler_type() { in sampler_type() function
/third_party/weston/libweston/
Dpixel-formats.h58 uint32_t sampler_type; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp688 Instruction* sampler_type = context->get_def_use_mgr()->GetDef(7); in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_test.cpp688 Instruction* sampler_type = context->get_def_use_mgr()->GetDef(7); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc643 Maybe<const ast::Type*> ParserImpl::sampler_type() { in sampler_type() function in tint::reader::wgsl::ParserImpl
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.cpp2829 SPIRType sampler_type; in build_dummy_sampler_for_combined_images() local
Dspirv_msl.cpp13388 std::string CompilerMSL::sampler_type(const SPIRType &type, uint32_t id) in sampler_type() function in CompilerMSL