Searched defs:Create (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp825 RSExportType *RSExportType::Create(RSContext *Context, function in class:slang::RSExportType
846 ET = RSExportRecordType::Create(Context,
853 ET = RSExportMatrixType::Create(Context,
861 ET = RSExportMatrixType::Create(Context,
869 ET = RSExportMatrixType::Create(Context,
877 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
884 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
888 ET = RSExportPointerType::Create(Context,
896 ET = RSExportVectorType::Create(Context,
902 ET = RSExportConstantArrayType::Create(
917 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T, function in class:slang::RSExportType
1134 *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
1147 RSExportPrimitiveType *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
1247 *RSExportPointerType::Create(RSContext *Context, function in class:slang::RSExportPointerType
1317 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, function in class:slang::RSExportVectorType
1348 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, function in class:slang::RSExportMatrixType
1433 *RSExportConstantArrayType::Create(RSContext *Context, function in class:slang::RSExportConstantArrayType
1475 RSExportRecordType *RSExportRecordType::Create(RSContext *Context, function in class:slang::RSExportRecordType
[all...]
/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp419 VkResult Create(const VkInstanceCreateInfo* create_info,
423 VkResult Create(VkPhysicalDevice physical_dev,
765 VkResult LayerChain::Create(const VkInstanceCreateInfo* create_info, function in class:vulkan::api::__anon1594::LayerChain
837 VkResult LayerChain::Create(VkPhysicalDevice physical_dev, function in class:vulkan::api::__anon1594::LayerChain
1069 return chain.Create(create_info, allocator, instance_out);
1095 return chain.Create(physical_dev, create_info, allocator, dev_out);

Completed in 105 milliseconds

12