Searched refs:pfile (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
H A Dgenerate_builtins.py133 for pfile in sorted(profile_files):
134 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
/external/mesa3d/src/glsl/builtins/tools/
H A 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/gallium/drivers/r300/compiler/
H A Dradeon_remove_constants.c37 rc_register_file * pfile, unsigned int * pindex)
41 if (*pfile == RC_FILE_CONSTANT) {
36 remap_regs(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
H A Dradeon_emulate_branches.c132 rc_register_file * pfile, unsigned int * pindex)
135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex);
138 *pfile = RC_FILE_TEMPORARY;
249 rc_register_file * pfile, unsigned int * pindex)
253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) {
254 *pfile = RC_FILE_TEMPORARY;
131 remap_proxy_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
248 remap_output_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
H A Dradeon_dataflow.h70 rc_register_file * pfile, unsigned int * pindex);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_remove_constants.c37 rc_register_file * pfile, unsigned int * pindex)
41 if (*pfile == RC_FILE_CONSTANT) {
36 remap_regs(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
H A Dradeon_emulate_branches.c132 rc_register_file * pfile, unsigned int * pindex)
135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex);
138 *pfile = RC_FILE_TEMPORARY;
249 rc_register_file * pfile, unsigned int * pindex)
253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) {
254 *pfile = RC_FILE_TEMPORARY;
131 remap_proxy_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
248 remap_output_function(void * userdata, struct rc_instruction * inst, rc_register_file * pfile, unsigned int * pindex) argument
H A Dradeon_dataflow.h70 rc_register_file * pfile, unsigned int * pindex);
/external/srec/tools/make_ve_grammar/
H A Dmake_ve_grammar.c84 FILE* pfile; local
131 if ( (pfile = fopen(arbfile, "r")) != NULL ){
132 fclose(pfile);
/external/stressapptest/src/
H A Dworker.h437 virtual bool OpenFile(int *pfile);
698 virtual bool OpenDevice(int *pfile);
H A Dworker.cc1602 bool FileThread::OpenFile(int *pfile) { argument
1618 *pfile = fd;
2699 bool DiskThread::OpenDevice(int *pfile) { argument
2714 *pfile = fd;
/external/chromium_org/third_party/libevent/
H A Dhttp.c544 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile) argument
571 if (pfile != NULL) {
592 if (pfile != NULL)
593 *pfile = file;
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc3820 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
3821 fwrite("0", 1, 1, pfile);
3822 fclose(pfile);
/external/gtest/src/
H A Dgtest.cc3537 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
3538 fwrite("0", 1, 1, pfile);
3539 fclose(pfile);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5021 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
5022 fwrite("0", 1, 1, pfile);
5023 fclose(pfile);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5021 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
5022 fwrite("0", 1, 1, pfile);
5023 fclose(pfile);

Completed in 376 milliseconds