HomeSort by relevance Sort by last modified time
    Searched defs:current_function (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/glsl/
ir_validate.cpp 48 this->current_function = NULL;
77 ir_function *current_function; member in class:ir_validate
160 if (this->current_function != NULL) {
165 this->current_function->name, (void *) this->current_function);
173 this->current_function = ir;
198 this->current_function = NULL;
205 if (this->current_function != ir->function()) {
210 this->current_function->name, (void *) this->current_function,
    [all...]
glsl_parser_extras.h 140 class ir_function_signature *current_function; member in struct:_mesa_glsl_parse_state
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
ValidationState.cpp 283 Function& ValidationState_t::current_function() { function in class:libspirv::ValidationState_t
356 current_function().RegisterFunctionEnd();
  /external/libxml2/python/
libxml.c 2232 PyObject *current_function = NULL; local
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 228 function_entry *current_function; member in class:ir_to_mesa_visitor
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 294 function_entry *current_function; member in class:glsl_to_tgsi_visitor
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
debug.c 48 struct debug_function *current_function; member in struct:debug_handle
707 info->current_function = NULL;
799 info->current_function = f;
832 || info->current_function == NULL)
846 for (pp = &info->current_function->parameters;
864 || info->current_function == NULL)
878 info->current_function = NULL;
    [all...]

Completed in 225 milliseconds