/external/ltp/testcases/kernel/containers/share/ |
H A D | ns_common.h | 42 struct param *get_param(const char *name) function
|
/external/libdrm/etnaviv/ |
H A D | etnaviv_gpu.c | 34 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) function 65 gpu->specs.model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL); 66 gpu->specs.revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION); 67 gpu->specs.features[0] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_0); 68 gpu->specs.features[1] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_1); 69 gpu->specs.features[2] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_2); 70 gpu->specs.features[3] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_3); 71 gpu->specs.features[4] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_4); 72 gpu->specs.features[5] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_5); 73 gpu->specs.features[6] = get_param(de [all...] |
/external/libdrm/freedreno/msm/ |
H A D | msm_pipe.c | 108 .get_param = msm_pipe_get_param, 113 static uint64_t get_param(struct fd_pipe *pipe, uint32_t param) function 143 /* initialize before get_param(): */ 148 msm_pipe->gpu_id = get_param(pipe, MSM_PARAM_GPU_ID); 149 msm_pipe->gmem = get_param(pipe, MSM_PARAM_GMEM_SIZE); 150 msm_pipe->chip_id = get_param(pipe, MSM_PARAM_CHIP_ID);
|
/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_screen.h | 87 int (*get_param)( struct pipe_screen *, enum pipe_cap param ); member in struct:pipe_screen
|
/external/boringssl/src/crypto/dh/ |
H A D | dh_test.cc | 406 DH *(*get_param)(const ENGINE *engine); member in struct:RFC5114TestData 437 bssl::UniquePtr<DH> dhA(td->get_param(nullptr)); 438 bssl::UniquePtr<DH> dhB(td->get_param(nullptr));
|
/external/python/cpython2/Lib/email/ |
H A D | message.py | 83 # try to convert the value to a unicode. Message.get_param() and 522 described in the get_param() method. 537 def get_param(self, param, failobj=None, header='content-type', 555 param = msg.get_param('foo') 598 if not self.get_param(param, header=header): 684 filename = self.get_param('filename', missing, 'content-disposition') 686 filename = self.get_param('name', missing, 'content-type') 698 boundary = self.get_param('boundary', missing) 757 charset = self.get_param('charset', missing) 535 def get_param(self, param, failobj=None, header='content-type', member in class:Message
|
/external/libdrm/freedreno/ |
H A D | freedreno_priv.h | 118 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value); member in struct:fd_pipe_funcs
|
/external/mesa3d/src/gallium/winsys/intel/drm/ |
H A D | intel_drm_winsys.c | 71 get_param(struct intel_winsys *winsys, int param, int *value) function 139 get_param(winsys, I915_PARAM_HAS_RELAXED_DELTA, &val); 153 get_param(winsys, I915_PARAM_HAS_LLC, &val); 160 get_param(winsys, I915_PARAM_HAS_ALIASING_PPGTT, &val); 166 get_param(winsys, I915_PARAM_HAS_GEN7_SOL_RESET, &val);
|
/external/mesa3d/src/gallium/include/state_tracker/ |
H A D | st_api.h | 165 * Value to st_manager->get_param function. 452 int (*get_param)(struct st_manager *smapi, member in struct:st_manager
|