OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_function
(Results
1 - 14
of
14
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_validate.cpp
52
this->
current_function
= NULL;
85
ir_function *
current_function
;
member in class:__anon689::ir_validate
222
if (this->
current_function
!= NULL) {
227
this->
current_function
->name, (void *) this->
current_function
);
235
this->
current_function
= ir;
258
this->
current_function
= NULL;
265
if (this->
current_function
!= ir->function()) {
270
this->
current_function
->name, (void *) this->
current_function
,
[
all
...]
ir_reader.cpp
117
if (state->
current_function
!= NULL)
119
state->
current_function
->function_name());
300
state->
current_function
= sig;
302
state->
current_function
= NULL;
328
if (state->
current_function
== NULL && ir->as_variable() != NULL)
ast_to_hir.cpp
135
state->
current_function
= NULL;
4319
(state->
current_function
!= NULL &&
4547
if ((var->data.mode == ir_var_shader_in) && (state->
current_function
== NULL)) {
4556
if (var->data.mode == ir_var_shader_out && state->
current_function
== NULL) {
4587
|| (state->es_shader && state->
current_function
== NULL)) {
4649
|| state->
current_function
== NULL) {
4950
if (state->
current_function
!= NULL) {
4999
} else if (state->
current_function
!= NULL &&
5351
if (state->
current_function
!= NULL) {
6060
if ((state->
current_function
!= NULL) &
[
all
...]
glsl_parser_extras.h
605
class ir_function_signature *
current_function
;
member in struct:_mesa_glsl_parse_state
ast_function.cpp
2468
if (state->
current_function
== NULL ||
2469
strcmp(state->
current_function
->function_name(), "main") != 0) {
2479
if (instructions != &state->
current_function
->body) {
glsl_parser_extras.cpp
203
this->
current_function
= NULL;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_validate.cpp
51
this->
current_function
= NULL;
82
ir_function *
current_function
;
member in class:__anon3325::ir_validate
172
if (this->
current_function
!= NULL) {
177
this->
current_function
->name, (void *) this->
current_function
);
185
this->
current_function
= ir;
208
this->
current_function
= NULL;
215
if (this->
current_function
!= ir->function()) {
220
this->
current_function
->name, (void *) this->
current_function
,
[
all
...]
ir_reader.cpp
117
if (state->
current_function
!= NULL)
119
state->
current_function
->function_name());
300
state->
current_function
= sig;
302
state->
current_function
= NULL;
328
if (state->
current_function
== NULL && ir->as_variable() != NULL)
ast_to_hir.cpp
135
state->
current_function
= NULL;
4246
(state->
current_function
!= NULL &&
4448
if ((var->data.mode == ir_var_shader_in) && (state->
current_function
== NULL)) {
4457
if (var->data.mode == ir_var_shader_out && state->
current_function
== NULL) {
4488
|| (state->es_shader && state->
current_function
== NULL)) {
4550
|| state->
current_function
== NULL) {
4850
if (state->
current_function
!= NULL) {
4899
} else if (state->
current_function
!= NULL &&
5176
if (state->
current_function
!= NULL) {
5881
if ((state->
current_function
!= NULL) &
[
all
...]
glsl_parser_extras.h
597
class ir_function_signature *
current_function
;
member in struct:_mesa_glsl_parse_state
ast_function.cpp
2392
if (state->
current_function
== NULL ||
2393
strcmp(state->
current_function
->function_name(), "main") != 0) {
2403
if (instructions != &state->
current_function
->body) {
glsl_parser_extras.cpp
197
this->
current_function
= NULL;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
ir_to_mesa.cpp
216
function_entry *
current_function
;
member in class:__anon2663::ir_to_mesa_visitor
2192
current_function
= NULL;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
ir_to_mesa.cpp
216
function_entry *
current_function
;
member in class:__anon4983::ir_to_mesa_visitor
2249
current_function
= NULL;
Completed in 26 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026