/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | call_expression_test.cc | 52 auto* type = ty.f32(); in TEST_F() local 68 auto* type = ty.f32(); in TEST_F() local [all...] |
H A D | matrix.h | 54 const Type* const type; member in tint::ast::Matrix
|
H A D | pointer.h | 56 const Type* const type; member in tint::ast::Pointer
|
H A D | struct_member.h | 58 const ast::Type* const type; member in tint::ast::StructMember::ast
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | member_accessor_expression.cc | 27 MemberAccessorExpression( const ast::MemberAccessorExpression* declaration, const sem::Type* type, const Statement* statement) MemberAccessorExpression() argument 35 StructMemberAccess( const ast::MemberAccessorExpression* declaration, const sem::Type* type, const Statement* statement, const StructMember* member) StructMemberAccess() argument 44 Swizzle(const ast::MemberAccessorExpression* declaration, const sem::Type* type, const Statement* statement, std::vector<uint32_t> indices) Swizzle() argument
|
H A D | multisampled_texture_type.cc | 24 MultisampledTexture(ast::TextureDimension dim, const Type* type) MultisampledTexture() argument
|
H A D | multisampled_texture_type.h | 37 const Type* type() const { return type_; } in type() function in tint::sem::MultisampledTexture
|
H A D | sampled_texture_type.cc | 24 SampledTexture::SampledTexture(ast::TextureDimension dim, const Type* type) in SampledTexture() argument
|
H A D | sampled_texture_type.h | 37 Type* type() const { return const_cast<Type*>(type_); } in type() function in tint::sem::SampledTexture
|
H A D | vector_type.h | 37 const Type* type() const { return subtype_; } in type() function in tint::sem::Vector
|
/third_party/skia/tools/graphite/ |
H A D | ContextFactory.cpp | 24 ContextFactory::ContextInfo::ContextInfo(ContextFactory::ContextType type, in ContextInfo() argument 35 getContextInfo( ContextType type) getContextInfo() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locbased.cpp | 18 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() argument 23 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID() argument
|
H A D | ucln_cmn.cpp | 65 ucln_common_registerCleanup(ECleanupCommonType type, in ucln_common_registerCleanup() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | coAndContraVariantInferences.js | |
H A D | conditionalTypesExcessProperties.js | |
H A D | mappedTypeNotMistakenlyHomomorphic.js | |
H A D | jsDeclarationsClassStatic.js | |
H A D | jsDeclarationsFunctionClassesCjsExportAssignment.js | [all...] |
H A D | typePredicateFreshLiteralWidening.js | |
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | BackendBinding.cpp | 72 BackendBinding* CreateBinding(wgpu::BackendType type, GLFWwindow* window, WGPUDevice device) { in CreateBinding() argument 47 DiscoverAdapter(dawn_native::Instance* instance, GLFWwindow* window, wgpu::BackendType type) DiscoverAdapter() argument
|
/third_party/skia/experimental/graphite/src/ |
H A D | Uniform.h | 24 constexpr Uniform(const char* name, SLType type) : Uniform(name, type, kNonArray) {} in Uniform() argument 26 constexpr Uniform(const char* name, SLType type, int count) in Uniform() argument 38 constexpr SLType type() const { return static_cast<SLType>(fType); } in type() function in skgpu::Uniform
|
/third_party/selinux/libselinux/src/ |
H A D | get_default_type.c | 10 int get_default_type(const char *role, char **type) in get_default_type() argument 27 static int find_default_type(FILE * fp, const char *role, char **type) in find_default_type() argument
|
H A D | is_customizable_type.c | 67 const char *type; in is_context_customizable() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktTypeComparisonUtil.cpp | 34 const char* getCompareFuncForType (glu::DataType type) in getCompareFuncForType() argument 168 void collectUniqueBasicTypes (std::set<glu::DataType> &basicTypes, const glu::VarType &type) in collectUniqueBasicTypes() argument 184 glu::DataType getPromoteType (glu::DataType type) in getPromoteType() argument [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 51 deUint32 type = GL_NONE; in getTransferFormat() local [all...] |