Home
last modified time | relevance | path

Searched defs:properties (Results 101 - 125 of 604) sorted by relevance

12345678910>>...25

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.cpp57 memory_obj::properties() const { in properties() function in memory_obj
29 memory_obj(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, size_t size, void *host_ptr) memory_obj() argument
76 buffer(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, size_t size, void *host_ptr) buffer() argument
88 root_buffer(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, size_t size, void *host_ptr) root_buffer() argument
170 image(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t array_size, size_t row_pitch, size_t slice_pitch, size_t size, void *host_ptr, cl_mem buffer) image() argument
263 image1d(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t row_pitch, void *host_ptr) image1d() argument
273 image1d_buffer(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t row_pitch, void *host_ptr, cl_mem buffer) image1d_buffer() argument
283 image1d_array(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t array_size, size_t slice_pitch, void *host_ptr) image1d_array() argument
294 image2d(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t row_pitch, void *host_ptr) image2d() argument
304 image2d_array(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t array_size, size_t row_pitch, size_t slice_pitch, void *host_ptr) image2d_array() argument
315 image3d(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t row_pitch, size_t slice_pitch, void *host_ptr) image3d() argument
[all...]
/third_party/node/test/js-native-api/6_object_wrap/
H A D6_object_wrap.cc20 napi_property_descriptor properties[] = { in Init() local
/third_party/node/test/node-api/test_async/
H A Dtest_async.c204 napi_property_descriptor properties[] = { in Init() local
/third_party/node/test/node-api/test_reference_by_node_api_version/
H A Dtest_reference_by_node_api_version.c149 napi_property_descriptor properties[] = { in NAPI_MODULE_INIT() local
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_impl.cpp82 NumberParserImpl::createParserFromProperties(const number::impl::DecimalFormatProperties& properties, in createParserFromProperties() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc43 Handle<Object> properties = args.at(2); in BUILTIN() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_device_info.py82 properties=True, variable
104 properties=True), variable
113 properties=True), variable
116 properties variable
126 properties=True, global() variable
141 properties=True, global() variable
147 properties=True, global() variable
163 properties=True, global() variable
167 properties=True, global() variable
178 properties=True, global() variable
215 properties=True, global() variable
222 properties=True), global() variable
227 properties=True, global() variable
242 properties=True, global() variable
[all...]
/third_party/node/deps/openssl/openssl/providers/common/
H A Dprovider_util.c298 const char *properties = NULL; in ossl_prov_macctx_load_from_params() local
224 ossl_prov_set_macctx(EVP_MAC_CTX *macctx, const OSSL_PARAM params[], const char *ciphername, const char *mdname, const char *engine, const char *properties, const unsigned char *key, size_t keylen) ossl_prov_set_macctx() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dmac_meth.c169 EVP_MAC_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, const char *properties) EVP_MAC_fetch() argument
/third_party/openssl/crypto/evp/
H A Dmac_meth.c169 EVP_MAC_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, const char *properties) EVP_MAC_fetch() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationLimitsTests.cpp82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp133 const vk::VkPhysicalDeviceProperties& properties = context.getDeviceProperties(); in logDeviceInfo() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp60 const vk::VkFormatProperties properties = vk::getPhysicalDeviceFormatProperties(context.getInstanceInterface(), in checkSupport() local
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_vulkan.cpp162 VkPhysicalDeviceProperties properties; in GetSystemInfoVulkanWithICD() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLDevice.cpp329 cl_int Device::createSubDevices(const cl_device_partition_property *properties, in createSubDevices() argument
H A DCLMemory.cpp152 Memory(const Buffer &buffer, Context &context, PropArray &&properties, MemFlags flags, size_t size, void *hostPtr, cl_int &errorCode) Memory() argument
185 Memory(const Image &image, Context &context, PropArray &&properties, MemFlags flags, const cl_image_format &format, const ImageDescriptor &desc, Memory *parent, void *hostPtr, cl_int &errorCode) Memory() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp384 cl_context_properties properties[] = { in createContext() local
407 cl_context_properties properties[] = { in createContextFromType() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceFeatures.cpp253 bool DeviceFeatures::verifyFeatureAddCriteria(const FeatureStructCreationData &item, const std::vector<VkExtensionProperties> &properties) in verifyFeatureAddCriteria() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp21 uint32_t getMemoryTypeIndex(vk::PhysicalDevice physicalDevice, uint32_t typeBits, vk::MemoryPropertyFlags properties) in getMemoryTypeIndex() argument
/third_party/openssl/providers/common/
H A Dprovider_util.c298 const char *properties = NULL; in ossl_prov_macctx_load_from_params() local
224 ossl_prov_set_macctx(EVP_MAC_CTX *macctx, const OSSL_PARAM params[], const char *ciphername, const char *mdname, const char *engine, const char *properties, const unsigned char *key, size_t keylen) ossl_prov_set_macctx() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_impl.cpp82 NumberParserImpl::createParserFromProperties(const number::impl::DecimalFormatProperties& properties, in createParserFromProperties() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DAdapterVk.cpp49 VkFormatProperties properties; in IsDepthStencilFormatSupported() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationLimitsTests.cpp82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktInfoTests.cpp127 const vk::VkPhysicalDeviceProperties& properties = context.getDeviceProperties(); in logDeviceInfo() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp60 const vk::VkFormatProperties properties = vk::getPhysicalDeviceFormatProperties(context.getInstanceInterface(), in checkSupport() local

Completed in 12 milliseconds

12345678910>>...25