Home
last modified time | relevance | path

Searched defs:props (Results 451 - 473 of 473) sorted by relevance

1...<<111213141516171819

/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c527 VkMemoryPropertyFlags props = device->memory.types[i].propertyFlags; in anv_physical_device_init_heaps() local
2332 VkPhysicalDeviceAccelerationStructurePropertiesKHR *props = (void *)ext; in anv_GetPhysicalDeviceProperties2() local
2379 VkPhysicalDeviceFragmentShadingRatePropertiesKHR *props = anv_GetPhysicalDeviceProperties2() local
2427 VkPhysicalDeviceDrmPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local
2442 VkPhysicalDeviceExternalMemoryHostPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local
2450 VkPhysicalDeviceLineRasterizationPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local
2476 VkPhysicalDeviceMeshShaderPropertiesNV *props = anv_GetPhysicalDeviceProperties2() local
2558 VkPhysicalDevicePresentationPropertiesANDROID *props = anv_GetPhysicalDeviceProperties2() local
2590 VkPhysicalDeviceSampleLocationsPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local
2609 VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local
2620 VkPhysicalDeviceTransformFeedbackPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local
2638 VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT *props = anv_GetPhysicalDeviceProperties2() local
2646 VkPhysicalDeviceMultiDrawPropertiesEXT *props = (VkPhysicalDeviceMultiDrawPropertiesEXT *)ext; anv_GetPhysicalDeviceProperties2() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h191 VkQueueFamilyProperties props; member
/third_party/lzma/C/
H A DLzmaEnc.c112 CLzmaEncProps props = *props2; in LzmaEncProps_GetDictSize() local
536 CLzmaEncProps props = *props2; in LzmaEnc_SetProps() local
2332 CLzmaEncProps props; LzmaEnc_Construct() local
3037 LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *props, SizeT *size) LzmaEnc_WriteProperties() argument
3112 LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, ICompressProgressPtr progress, ISzAllocPtr alloc, ISzAllocPtr allocBig) LzmaEncode() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc1069 Handle<JSReceiver> props; in DefineProperties() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1443 const auto props = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, m_params.format); in checkSupport() local
/third_party/vulkan-loader/loader/
H A Dloader.c724 loader_add_to_ext_list(const struct loader_instance *inst, struct loader_extension_list *ext_list, uint32_t prop_list_count, const VkExtensionProperties *props) loader_add_to_ext_list() argument
767 loader_add_to_dev_ext_list(const struct loader_instance *inst, struct loader_device_extension_list *ext_list, const VkExtensionProperties *props, struct loader_string_list *entrys) loader_add_to_dev_ext_list() argument
843 loader_add_layer_properties_to_list(const struct loader_instance *inst, struct loader_pointer_layer_list *list, struct loader_layer_properties *props) loader_add_layer_properties_to_list() argument
2174 struct loader_layer_properties *props = &instance_layers->list[i]; remove_all_non_valid_override_layers() local
2245 struct loader_layer_properties props = {0}; loader_read_layer_json() local
[all...]
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/
H A Dnapi_test.cpp1167 napi_property_descriptor props[] = { in NapiDefineSendableClass() local
2757 napi_value returnValue, props; in GetAllPropertyNames() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmovenc.c689 AVCPBProperties *props = track->st ? in calculate_mpeg4_bit_rates() local
[all...]
/third_party/mesa3d/include/CL/
H A Dcl2.hpp4041 vector<cl_context_properties> props = context.getInfo<CL_CONTEXT_PROPERTIES>(); in BufferD3D10() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c2414 VkPhysicalDeviceLineRasterizationPropertiesEXT *props = in radv_GetPhysicalDeviceProperties2() local
2427 VkPhysicalDeviceCustomBorderColorPropertiesEXT *props = in radv_GetPhysicalDeviceProperties2() local
2433 VkPhysicalDeviceFragmentShadingRatePropertiesKHR *props = in radv_GetPhysicalDeviceProperties2() local
2455 VkPhysicalDeviceProvokingVertexPropertiesEXT *props = radv_GetPhysicalDeviceProperties2() local
2462 VkPhysicalDeviceAccelerationStructurePropertiesKHR *props = radv_GetPhysicalDeviceProperties2() local
2480 VkPhysicalDeviceDrmPropertiesEXT *props = (VkPhysicalDeviceDrmPropertiesEXT *)ext; radv_GetPhysicalDeviceProperties2() local
2499 VkPhysicalDeviceMultiDrawPropertiesEXT *props = (VkPhysicalDeviceMultiDrawPropertiesEXT *)ext; radv_GetPhysicalDeviceProperties2() local
2504 VkPhysicalDeviceRayTracingPipelinePropertiesKHR *props = radv_GetPhysicalDeviceProperties2() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2874 VkPhysicalDeviceProperties* props; in deviceProperties() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp2899 VkPhysicalDeviceProperties* props; in deviceProperties() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp1774 glw::GLenum props = GL_TYPE; in checkUniformAndResourceApi() local
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp4993 GL_GetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) GL_GetProgramResourceiv() argument
H A DlibGL_autogen.cpp5167 glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) glGetProgramResourceiv() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp2026 auto props = menuFrameNode->GetLayoutProperty<MenuLayoutProperty>(); in ShowMenuHelper() local
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp1230 napi_property_descriptor props[] = { in NapiDefineSendableClass() local
2930 napi_value returnValue, props; in GetAllPropertyNames() local
7559 napi_property_descriptor props[] = { defineSendableClassEnvNull() local
7606 napi_property_descriptor props[] = { defineSendableClassNameNull() local
7653 napi_property_descriptor props[] = { defineSendableClassConstructorNull() local
7682 napi_property_descriptor props[] = { defineSendableClassRstNull() local
8888 napi_value returnValue, props; GetAllPropertyNamesEnvNull() local
8904 napi_value returnValue, props; GetAllPropertyNamesObjNull() local
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp2626 JSVM_Value returnValue, props; in testGetAllPropertyNames() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp1227 glGetProgramResourceivNULL(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) glGetProgramResourceivNULL() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp2730 getProgramResourceiv(ShaderProgramID program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) getProgramResourceiv() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A DlibGLESv2_autogen.cpp1657 glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) glGetProgramResourceiv() argument
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp7359 ArkUISwiperIndicator props; in GetSwiperIndicator() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 226 milliseconds

1...<<111213141516171819