| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_device.c | 527 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 D | dzn_private.h | 191 VkQueueFamilyProperties props; member
|
| /third_party/lzma/C/ |
| H A D | LzmaEnc.c | 112 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 D | js-objects.cc | 1069 Handle<JSReceiver> props; in DefineProperties() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineSamplerTests.cpp | 1443 const auto props = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, m_params.format); in checkSupport() local
|
| /third_party/vulkan-loader/loader/ |
| H A D | loader.c | 724 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 D | napi_test.cpp | 1167 napi_property_descriptor props[] = {
in NapiDefineSendableClass() local 2757 napi_value returnValue, props;
in GetAllPropertyNames() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | movenc.c | 689 AVCPBProperties *props = track->st ? in calculate_mpeg4_bit_rates() local [all...] |
| /third_party/mesa3d/include/CL/ |
| H A D | cl2.hpp | 4041 vector<cl_context_properties> props = context.getInfo<CL_CONTEXT_PROPERTIES>(); in BufferD3D10() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_device.c | 2414 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 D | vktApiFeatureInfo.cpp | 2874 VkPhysicalDeviceProperties* props; in deviceProperties() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiFeatureInfo.cpp | 2899 VkPhysicalDeviceProperties* props; in deviceProperties() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
| H A D | esextcTextureCubeMapArraySampling.cpp | 1774 glw::GLenum props = GL_TYPE; in checkUniformAndResourceApi() local
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_gl_4_autogen.cpp | 4993 GL_GetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) GL_GetProgramResourceiv() argument
|
| H A D | libGL_autogen.cpp | 5167 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 D | overlay_manager.cpp | 2026 auto props = menuFrameNode->GetLayoutProperty<MenuLayoutProperty>(); in ShowMenuHelper() local
|
| /test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/ |
| H A D | napi_test.cpp | 1230 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 D | napi_test.cpp | 2626 JSVM_Value returnValue, props; in testGetAllPropertyNames() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | null_functions.cpp | 1227 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 D | Context.cpp | 2730 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 D | libGLESv2_autogen.cpp | 1657 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 D | style_modifier.cpp | 7359 ArkUISwiperIndicator props; in GetSwiperIndicator() local [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |