Home
last modified time | relevance | path

Searched refs:fname (Results 1 – 25 of 107) sorted by relevance

12345

/hardware/google/gfxstream/guest/egl/
DClientAPIExts.cpp29 #define FUNC_TYPE(fname) __egl_ ## fname ## _t argument
31 #define API_ENTRY(fname,params,args) \ argument
32 typedef void (GL_APIENTRY *FUNC_TYPE(fname)) params; // NOLINT
34 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
35 typedef rtype (GL_APIENTRY *FUNC_TYPE(fname)) params; // NOLINT
47 #define API_ENTRY(fname,params,args) \ argument
48 FUNC_TYPE(fname) (fname);
50 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
51 API_ENTRY(fname,params,args)
67 #define API_ENTRY(fname,params,args) \ in initClientFuncs() argument
[all …]
DClientAPIExts.h25 void* getProcAddress(const char *fname);
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.cpp31 #define FUNC_TYPE(fname) __egl_ ## fname ## _t argument
32 #define API_ENTRY(fname,params,args) \ argument
33 typedef void (GL_APIENTRY *FUNC_TYPE(fname)) params;
35 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
36 typedef rtype (GL_APIENTRY *FUNC_TYPE(fname)) params;
48 #define API_ENTRY(fname,params,args) \ argument
49 FUNC_TYPE(fname) fname;
51 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
52 API_ENTRY(fname,params,args)
68 #define API_ENTRY(fname,params,args) \ in initClientFuncs() argument
[all …]
DClientAPIExts.h25 __translatorMustCastToProperFunctionPointerType getProcAddress(const char *fname);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dpipeline_barrier_common.adoc9 If fname:{refpage} is called within a render pass instance using a
20 If fname:{refpage} is called within a render pass instance using a
31 If fname:{refpage} is called within a render pass instance using a
35 If fname:{refpage} is called within a render pass instance using a
45 If fname:{refpage} is called within a render pass instance using a
50 If fname:{refpage} is called within a render pass instance using a
57 If fname:{refpage} is called within a render pass instance, the
61 If fname:{refpage} is called within a render pass instance, the
65 If fname:{refpage} is called within a render pass instance, and the
71 If fname:{refpage} is called within a render pass instance, and and the
[all …]
Ddraw_index_binding.adoc14 fname:vkCmdBindIndexBuffer
24 fname:vkCmdBindIndexBuffer or fname:vkCmdBindIndexBuffer2KHR.
25 If fname:vkCmdBindIndexBuffer2KHR is used to bind the index buffer, the
Dquery_end_common.adoc9 fname:vkCmdBeginQuery* command must: have been called previously within
13 fname:vkCmdBeginQuery* command must: have been called outside of a
Dno_dynamic_allocations_common.adoc9 is ename:VK_TRUE, fname:{refpage} must: not return
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c97 static int file_size(char *fname);
98 static int read_vars(char *fname, char *buf, int buf_maxlen);
337 file_size(char *fname) in file_size() argument
344 if ((fp = fopen(fname, "rb")) == NULL || in file_size()
348 fname, strerror(errno)); in file_size()
1221 char *fname; in dhd_sprom()
1265 fname = nocrc ? argv[2] : argv[1]; in dhd_sprom()
1268 if ((ret = file_size(fname)) < 0) in dhd_sprom()
1290 if ((fp = fopen(fname, "rb")) == NULL) { in dhd_sprom()
1292 fname, strerror(errno)); in dhd_sprom()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_low_latency2/
Dlow_latency2.adoc23 If pname:pSleepModeInfo is `NULL`, fname:vkSetLatencySleepModeNV will
50 still hint to the GPU to increase its power state and fname:vkLatencySleepNV
51 will still enforce pname:minimumIntervalUs between fname:vkQueuePresentKHR
70 fname:vkLatencySleepNV returns immediately.
120 end of flink:vkQueuePresentKHR calls, fname:vkSetLatencyMarkerNV can: be
139 associate the timestamp with a fname:vkQueuePresentKHR command using
157 fname:vkLatencySleepNV.
167 fname:vkQueuePresentKHR.
169 fname:vkQueuePresentKHR returns.
193 The timings returned by fname:vkGetLatencyTimingsNV contain the timestamps
[all …]
/hardware/google/aemu/base/include/aemu/base/files/
DTarStream.h103 std::string fname,
105 bool addFileEntry(std::string fname);
116 bool writeTarHeader(std::string fname, bool isDir, struct stat sb);
/hardware/qcom/keymaster/
DQSEEComAPI.h96 const char *fname, uint32_t sb_size);
127 const char *fname);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_shared_presentable_image/
Dwsi.adoc16 The application must: call fname:vkQueuePresentKHR to guarantee an
23 fname:vkQueuePresentKHR, after which the presentation engine will update
26 calling fname:vkQueuePresentKHR, but this does not guarantee the timing
62 The possible return values for fname:vkGetSwapchainStatusKHR should: be
80 should: regularly call fname:vkGetSwapchainStatusKHR when using a swapchain
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_multi_draw.adoc29 fname:vkCmdDrawMultiEXT or fname:vkCmdDrawMultiIndexedEXT, respectively.
DVK_EXT_transform_feedback.adoc65 To pause use fname:vkCmdEndTransformFeedbackEXT and provide valid buffer
69 Then to resume use fname:vkCmdBeginTransformFeedbackEXT with the previous
93 with the new fname:vkCmdBeginQueryIndexedEXT and
94 fname:vkCmdEndQueryIndexedEXT commands.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dreg.py528 def lookupElementInfo(self, fname, dictionary): argument
537 key = (fname, self.genOpts.apiname)
541 if fname in dictionary:
543 return dictionary[fname]
1244 def generateFeature(self, fname, ftype, dictionary, explicit=False): argument
1255 self.gen.logMsg('diag', 'generateFeature: generating', ftype, fname)
1258 …self.gen.logMsg('diag', 'generateFeature: NOT generating', ftype, fname, 'because generator does n…
1261 f = self.lookupElementInfo(fname, dictionary)
1264 self.gen.logMsg('diag', 'No entry found for feature', fname,
1270 self.gen.logMsg('diag', 'Skipping', ftype, fname, '(not required)')
[all …]
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_toplevel.cpp1576 std::string fname = stem + "_diag_partitioning.png"; in print_diagnostic_images() local
1577 store_ncimage(diag_image, fname.c_str(), false); in print_diagnostic_images()
1602 fname = stem + "_diag_weight_plane2.png"; in print_diagnostic_images()
1603 store_ncimage(diag_image, fname.c_str(), false); in print_diagnostic_images()
1623 fname = stem + "_diag_weight_density.png"; in print_diagnostic_images()
1624 store_ncimage(diag_image, fname.c_str(), false); in print_diagnostic_images()
1641 fname = stem + "_diag_weight_quant.png"; in print_diagnostic_images()
1642 store_ncimage(diag_image, fname.c_str(), false); in print_diagnostic_images()
1659 fname = stem + "_diag_color_quant.png"; in print_diagnostic_images()
1660 store_ncimage(diag_image, fname.c_str(), false); in print_diagnostic_images()
[all …]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
Dstress_iio.c49 char fname[100]; member
55 printf("%s:%d\n", dmp->fname, d); in sipmle_print()
79 .fname = "event_tap",
84 .fname = "event_smd",
88 .fname = "event_accel_motion",
92 .fname = "event_pedometer",
306 sprintf(file_name, "%s/%s", dev_dir_name, event_file[i].fname); in get_dmp_event()
320 sprintf(file_name, "%s/%s", dev_dir_name, event_file[i].fname); in get_dmp_event()
/hardware/invensense/65xx/libsensors_iio/
DMPLSupport.h22 int inv_read_data(char *fname, long *data);
DMPLSupport.cpp28 int inv_read_data(char *fname, long *data) in inv_read_data() argument
35 fd = open(fname, O_RDONLY); in inv_read_data()
37 LOGE("HAL:Error opening %s", fname); in inv_read_data()
/hardware/invensense/6515/libsensors_iio/
DMPLSupport.h22 int inv_read_data(char *fname, long *data);
DMPLSupport.cpp28 int inv_read_data(char *fname, long *data) in inv_read_data() argument
35 fd = open(fname, O_RDONLY); in inv_read_data()
37 LOGE("HAL:Error opening %s", fname); in inv_read_data()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_debug_marker.adoc57 calling fname:vkDebugMarkerSetObjectNameEXT again with a new string.
141 The marker commands fname:vkCmdDebugMarkerBeginEXT and
142 fname:vkCmdDebugMarkerEndEXT define regions of a series of commands that are
144 The fname:vkCmdDebugMarkerInsertEXT command allows insertion of a single
194 calls to fname:vkCmdDebugMarkerBeginEXT and fname:vkCmdDebugMarkerEndEXT
201 prior to the fname:vkCmdDebugMarkerEndEXT on the queue that
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_present_wait/
DWaitForPresent.adoc26 fname:vkWaitForPresentKHR waits for the presentId associated with
45 The call to fname:vkWaitForPresentKHR will block until either the presentId
54 synchronized, the pname:swapchain passed to fname:vkWaitForPresentKHR may:
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_HUAWEI_cluster_culling_shader/
Ddrawing.adoc34 fname:vkCmdDrawClusterHUAWEI and flink:vkCmdDrawClusterIndirectHUAWEI as
80 fname:vkCmdDrawClusterIndirectHUAWEI behaves similarly to
86 flink:vkCmdDrawClusterHUAWEI and fname:vkCmdDrawClusterIndirectHUAWEI as

12345