Home
last modified time | relevance | path

Searched refs:pfile (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c132 rc_register_file * pfile, unsigned int * pindex) in remap_proxy_function() argument
135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex); in remap_proxy_function()
138 *pfile = RC_FILE_TEMPORARY; in remap_proxy_function()
249 rc_register_file * pfile, unsigned int * pindex) in remap_output_function() argument
253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) { in remap_output_function()
254 *pfile = RC_FILE_TEMPORARY; in remap_output_function()
Dradeon_remove_constants.c37 rc_register_file * pfile, unsigned int * pindex) in remap_regs() argument
41 if (*pfile == RC_FILE_CONSTANT) { in remap_regs()
Dradeon_dataflow.h70 rc_register_file * pfile, unsigned int * pindex);
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c132 rc_register_file * pfile, unsigned int * pindex) in remap_proxy_function() argument
135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex); in remap_proxy_function()
138 *pfile = RC_FILE_TEMPORARY; in remap_proxy_function()
249 rc_register_file * pfile, unsigned int * pindex) in remap_output_function() argument
253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) { in remap_output_function()
254 *pfile = RC_FILE_TEMPORARY; in remap_output_function()
Dradeon_remove_constants.c37 rc_register_file * pfile, unsigned int * pindex) in remap_regs() argument
41 if (*pfile == RC_FILE_CONSTANT) { in remap_regs()
Dradeon_dataflow.h70 rc_register_file * pfile, unsigned int * pindex);
/external/mesa3d/src/glsl/builtins/tools/
Dgenerate_builtins.py133 for pfile in sorted(profile_files):
134 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
Dgenerate_builtins.py133 for pfile in sorted(profile_files):
134 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
/external/llvm/test/CodeGen/PowerPC/
D2008-03-17-RegScavengerCrash.ll8 define i32 @cpp_interpret_string(i32 %pfile, %struct.cpp_string* %from, i32 %wide) nounwind {
29 …call fastcc void @emit_numeric_escape( i32 %pfile, i32 0, %struct._cpp_strbuf* null, i32 %wide ) n…
/external/srec/tools/make_ve_grammar/
Dmake_ve_grammar.c84 FILE* pfile; in main() local
131 if ( (pfile = fopen(arbfile, "r")) != NULL ){ in main()
132 fclose(pfile); in main()
/external/stressapptest/src/
Dworker.h437 virtual bool OpenFile(int *pfile);
698 virtual bool OpenDevice(int *pfile);
Dworker.cc1602 bool FileThread::OpenFile(int *pfile) { in OpenFile() argument
1618 *pfile = fd; in OpenFile()
2699 bool DiskThread::OpenDevice(int *pfile) { in OpenDevice() argument
2714 *pfile = fd; in OpenDevice()
/external/chromium_org/third_party/libevent/
Dhttp.c544 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile) in evhttp_hostportfile() argument
571 if (pfile != NULL) { in evhttp_hostportfile()
592 if (pfile != NULL) in evhttp_hostportfile()
593 *pfile = file; in evhttp_hostportfile()
/external/gtest/src/
Dgtest.cc3537 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); in ScopedPrematureExitFile() local
3538 fwrite("0", 1, 1, pfile); in ScopedPrematureExitFile()
3539 fclose(pfile); in ScopedPrematureExitFile()
/external/chromium_org/testing/gtest/src/
Dgtest.cc3820 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); in ScopedPrematureExitFile() local
3821 fwrite("0", 1, 1, pfile); in ScopedPrematureExitFile()
3822 fclose(pfile); in ScopedPrematureExitFile()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc5021 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); in ScopedPrematureExitFile() local
5022 fwrite("0", 1, 1, pfile); in ScopedPrematureExitFile()
5023 fclose(pfile); in ScopedPrematureExitFile()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
Dgtest-all.cc5021 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); in ScopedPrematureExitFile() local
5022 fwrite("0", 1, 1, pfile); in ScopedPrematureExitFile()
5023 fclose(pfile); in ScopedPrematureExitFile()