Searched refs:callee_name (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_precision.cpp | 430 !strcmp(ir->callee_name(), "imageLoad"))) { 480 if (!strcmp(ir->callee_name(), "textureSize")) 488 !strcmp(ir->callee_name(), "floatBitsToInt") || 489 !strcmp(ir->callee_name(), "floatBitsToUint") || 490 !strcmp(ir->callee_name(), "intBitsToFloat") || 491 !strcmp(ir->callee_name(), "uintBitsToFloat") || 492 !strcmp(ir->callee_name(), "bitfieldReverse") || 493 !strcmp(ir->callee_name(), "frexp") || 494 !strcmp(ir->callee_name(), "ldexp") || 497 !strcmp(ir->callee_name(), "uaddCarr [all...] |
| H A D | ir_builder_print_visitor.cpp | 704 print_with_indent("/* CALL %s */\n", ir->callee_name()); 728 ir->callee_name());
|
| H A D | lower_shared_reference.cpp | 417 sprintf(func_name, "%s_shared", ir->callee_name());
|
| H A D | ir_print_visitor.cpp | 533 fprintf(f, "(call %s ", ir->callee_name());
|
| H A D | lower_ubo_reference.cpp | 1044 sprintf(func_name, "%s_ssbo", ir->callee_name());
|
| H A D | ir.h | 1679 const char *callee_name() const function in class:ir_call
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_builder_print_visitor.cpp | 691 print_with_indent("/* CALL %s */\n", ir->callee_name()); 716 ir->callee_name());
|
| H A D | lower_shared_reference.cpp | 415 sprintf(func_name, "%s_shared", ir->callee_name());
|
| H A D | ir_print_visitor.cpp | 527 fprintf(f, "(call %s ", ir->callee_name());
|
| H A D | lower_ubo_reference.cpp | 1042 sprintf(func_name, "%s_ssbo", ir->callee_name());
|
| H A D | ir.h | 1644 const char *callee_name() const function in class:ir_call
|
Completed in 18 milliseconds