HomeSort by relevance Sort by last modified time
    Searched refs:resource_type (Results 1 - 23 of 23) sorted by null

  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
rx-scope.hpp 38 typedef decltype((*(resource_factory_type*)nullptr)()) resource_type; typedef in struct:rxcpp::sources::detail::scope_traits
39 typedef decltype((*(observable_factory_type*)nullptr)(resource_type())) collection_type;
42 static_assert(is_subscription<resource_type>::value, "ResourceFactory must return a subscription");
51 typedef typename traits::resource_type resource_type; typedef in struct:rxcpp::sources::detail::scope
85 rxu::detail::maybe<resource_type> resource;
  /external/tensorflow/tensorflow/core/kernels/lookup_tables/
generic_table_op_kernels.cc 34 using resource_type = InsertOrAssignInterface<
41 resource_type* table) {
60 resource_type* table) {
70 resource_type* table) {
93 using resource_type = LookupWithPrefetchInterface<
99 static Status TensorLookup(const resource_type& table, const Tensor& keys,
119 TensorLookupHelper(const resource_type& table, const Tensor& keys,
136 TensorLookupHelper(const resource_type& table, const Tensor& keys,
157 static Status MultithreadedTensorLookup(const resource_type& table,
185 using resource_type = SizeInterface
    [all...]
op_kernel_templates.h 49 // ResourceType**). ResourceType = Functor::resource_type.
129 using ResourceType = typename Functor::resource_type;
264 using ResourceType = typename Functor::resource_type;
297 typename ResourceAlias = typename Functor::resource_type>
343 typename ResourceAlias = typename Functor::resource_type>
419 typename ResourceAlias = typename Functor::resource_type>
fingerprint64_map_op_kernels.cc 80 using resource_type = Fingerprint64Map;
flat_hash_map_op_kernels.cc 173 using resource_type = StaticStringFlatHashMap;
  /external/mesa3d/src/mesa/main/
shaderapi.c 2613 GLenum resource_type; local
2643 GLenum resource_type; local
2682 GLenum resource_type; local
2764 GLenum resource_type; local
2798 GLenum resource_type; local
2983 GLenum resource_type; local
3002 GLenum resource_type; local
    [all...]
  /external/mesa3d/src/amd/common/
ac_surface.h 132 enum gfx9_resource_type resource_type; /* 1D, 2D or 3D */ member in struct:gfx9_surf_layout
ac_surface.c     [all...]
  /device/google/bonito/sdm710/kernel-headers/media/
cam_isp.h 137 uint32_t resource_type; member in struct:cam_isp_port_hfr_config
cam_defs.h 189 uint32_t resource_type; member in struct:cam_buf_io_cfg
  /device/google/bonito/sdm710/original-kernel-headers/media/
cam_isp.h 235 * @resource_type: Resource type
247 uint32_t resource_type; member in struct:cam_isp_port_hfr_config
cam_defs.h 272 * @resource_type: Resource type associated with the buffer
301 uint32_t resource_type; member in struct:cam_buf_io_cfg
  /device/google/crosshatch/sdm845/kernel-headers/media/
cam_isp.h 137 uint32_t resource_type; member in struct:cam_isp_port_hfr_config
cam_defs.h 189 uint32_t resource_type; member in struct:cam_buf_io_cfg
  /device/google/crosshatch/sdm845/original-kernel-headers/media/
cam_isp.h 235 * @resource_type: Resource type
247 uint32_t resource_type; member in struct:cam_isp_port_hfr_config
cam_defs.h 272 * @resource_type: Resource type associated with the buffer
301 uint32_t resource_type; member in struct:cam_buf_io_cfg
  /external/u-boot/include/linux/
ioport.h 133 static inline unsigned long resource_type(const struct resource *res) function
  /external/u-boot/include/
tpm-v1.h 451 * @param resource_type type of the resource
454 u32 tpm_flush_specific(u32 key_handle, u32 resource_type);
  /external/ImageMagick/coders/
icon.c 106 resource_type,
301 icon_file.resource_type=(short) ReadBlobLSBShort(image);
304 ((icon_file.resource_type != 1) && (icon_file.resource_type != 2)) ||
103 resource_type, member in struct:_IconFile
    [all...]
  /external/u-boot/lib/
tpm-v1.c 420 u32 tpm_flush_specific(u32 key_handle, u32 resource_type)
438 resource_type_offset, resource_type))
  /external/ImageMagick/MagickCore/
xwindow.c 3268 *resource_type; local
3657 *resource_type, local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_device.c     [all...]

Completed in 886 milliseconds