Home
last modified time | relevance | path

Searched defs:type (Results 1401 - 1425 of 19517) sorted by relevance

1...<<51525354555657585960>>...781

/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_attach_test.cc106 ShaderType type; member
/third_party/vk-gl-cts/external/amber/src/src/
H A Dscript.cc137 auto type = GetType(str); in ParseType() local
H A Dtype.cc23 namespace type { namespace
H A Dtype_parser_test.cc27 FormatType type; in TEST_F() member
31 FormatComponentType type; in TEST_F() member
1181 auto type = parser.Parse(data.name); in TEST_F() local
1220 auto type = parser.Parse("BLAH_BLAH_BLAH"); in TEST_F() local
1226 auto type in TEST_F() local
1232 auto type = parser.Parse("float/vec3"); TEST_F() local
1252 FormatType type; TEST_F() member
1271 auto type = parser.Parse(str.name); TEST_F() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Ddatum_type_parser.cc90 std::unique_ptr<type::Type> type; in Parse() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dsampler_descriptor.cc23 SamplerDescriptor(amber::Sampler* sampler, DescriptorType type, Device* device, uint32_t desc_set, uint32_t binding) SamplerDescriptor() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_debug.cpp28 const auto type = _.FindDef(type_id); in ValidateMemberName() local
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_capabilities_test.cpp36 spv_operand_type_t type; member
H A Dparse_number_test.cpp288 NumberType type = {16, SPV_NUMBER_SIGNED_INT}; in TEST() local
311 NumberType type = {16, SPV_NUMBER_SIGNED_INT}; in TEST() local
324 NumberType type in TEST() local
357 NumberType type = {16, SPV_NUMBER_UNSIGNED_INT}; TEST() local
386 NumberType type = {16, SPV_NUMBER_UNSIGNED_INT}; TEST() local
397 NumberType type = {16, SPV_NUMBER_UNSIGNED_INT}; TEST() local
419 NumberType type = {32, SPV_NUMBER_SIGNED_INT}; TEST() local
442 NumberType type = {32, SPV_NUMBER_SIGNED_INT}; TEST() local
459 NumberType type = {32, SPV_NUMBER_SIGNED_INT}; TEST() local
492 NumberType type = {32, SPV_NUMBER_UNSIGNED_INT}; TEST() local
521 NumberType type = {32, SPV_NUMBER_UNSIGNED_INT}; TEST() local
534 NumberType type = {32, SPV_NUMBER_UNSIGNED_INT}; TEST() local
556 NumberType type = {64, SPV_NUMBER_SIGNED_INT}; TEST() local
579 NumberType type = {64, SPV_NUMBER_SIGNED_INT}; TEST() local
596 NumberType type = {64, SPV_NUMBER_SIGNED_INT}; TEST() local
633 NumberType type = {64, SPV_NUMBER_UNSIGNED_INT}; TEST() local
663 NumberType type = {64, SPV_NUMBER_UNSIGNED_INT}; TEST() local
675 NumberType type = {64, SPV_NUMBER_UNSIGNED_INT}; TEST() local
699 NumberType type = {32, SPV_NUMBER_NONE}; TEST() local
709 NumberType type = {32, SPV_NUMBER_SIGNED_INT}; TEST() local
718 NumberType type = {32, SPV_NUMBER_SIGNED_INT}; TEST() local
729 NumberType type = {32, SPV_NUMBER_FLOATING}; TEST() local
789 NumberType type = {64, SPV_NUMBER_FLOATING}; TEST() local
847 NumberType type = {16, SPV_NUMBER_FLOATING}; TEST() local
904 NumberType type = {32, SPV_NUMBER_NONE}; TEST() local
914 NumberType type = {32, SPV_NUMBER_FLOATING}; TEST() local
924 NumberType type = {32, SPV_NUMBER_FLOATING}; TEST() local
935 NumberType type = {32, SPV_NUMBER_SIGNED_INT}; TEST() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DQueryNULL.cpp17 QueryNULL::QueryNULL(gl::QueryType type) : QueryImpl(type) {} in QueryNULL() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DDescriptorHeap.cpp11 Make(GrD3DGpu* gpu, D3D12_DESCRIPTOR_HEAP_TYPE type, unsigned int numDescriptors, D3D12_DESCRIPTOR_HEAP_FLAGS flags) Make() argument
/third_party/skia/src/gpu/vk/
H A DGrVkDescriptorPool.cpp14 GrVkDescriptorPool* GrVkDescriptorPool::Create(GrVkGpu* gpu, VkDescriptorType type, in Create() argument
45 bool GrVkDescriptorPool::isCompatible(VkDescriptorType type, uint32_t count) const { in isCompatible() argument
41 GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorPool pool, VkDescriptorType type, uint32_t count) GrVkDescriptorPool() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DMacro.h46 Type type; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DQuery.cpp25 Query::Query(GLuint name, GLenum type) : NamedObject(name) in Query() argument
42 sw::Query::Type type; in begin() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSet.cpp42 VkDescriptorType type = layout->getDescriptorType(i, j); in ParseDescriptors() local
/third_party/openssl/crypto/rsa/
H A Drsa_saos.c23 int RSA_sign_ASN1_OCTET_STRING(int type, in RSA_sign_ASN1_OCTET_STRING() argument
/third_party/openssl/ssl/
H A Dssl_rsa_legacy.c43 int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type) in SSL_use_RSAPrivateKey_file() argument
125 int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type) in SSL_CTX_use_RSAPrivateKey_file() argument
/third_party/openssl/crypto/x509/
H A Dx509_obj.c29 int n, lold, l, l1, l2, num, j, type; in X509_NAME_oneline() local
/third_party/openssl/ohos_lite/include/internal/
H A Dbio.h13 int type; member
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_util.cpp44 auto &type = compiler.get_type(v.base_type_id); in rename_interface_variable() local
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dassembly_grammar.h71 const char* lookupOperandName(spv_operand_type_t type, in lookupOperandName() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_composite_inserts.cpp192 ContainsPointer( const opt::analysis::Type& type) ContainsPointer() argument
214 ContainsRuntimeArray( const opt::analysis::Type& type) ContainsRuntimeArray() argument
[all...]
H A Dtransformation_add_global_undef.cpp39 auto type = ir_context->get_def_use_mgr()->GetDef(message_.type_id()); in IsApplicable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dassembly_grammar.h71 const char* lookupOperandName(spv_operand_type_t type, in lookupOperandName() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_add_composite_inserts.cpp192 ContainsPointer( const opt::analysis::Type& type) ContainsPointer() argument
214 ContainsRuntimeArray( const opt::analysis::Type& type) ContainsRuntimeArray() argument
[all...]

Completed in 14 milliseconds

1...<<51525354555657585960>>...781