HomeSort by relevance Sort by last modified time
    Searched refs:subroutine_types (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/compiler/glsl/
lower_subroutine.cpp 96 if (ir->sub_var->type->without_array() == fn->subroutine_types[i]) {
ir_clone.cpp 273 copy->subroutine_types = ralloc_array(mem_ctx, const struct glsl_type *, copy->num_subroutine_types);
275 copy->subroutine_types[i] = this->subroutine_types[i];
glsl_parser_extras.h 817 ir_function **subroutine_types; member in struct:_mesa_glsl_parse_state
ir.cpp     [all...]
ir.h 1333 const struct glsl_type **subroutine_types; member in class:ir_function
    [all...]
ast_to_hir.cpp     [all...]
ast_function.cpp 624 f = state->subroutine_types[i];
    [all...]
glsl_parser_extras.cpp 201 this->subroutine_types = NULL;
    [all...]
linker.cpp     [all...]
  /external/mesa3d/src/compiler/
glsl_types.cpp 36 hash_table *glsl_type::subroutine_types = NULL; member in class:glsl_type
1052 if (subroutine_types == NULL) {
1053 subroutine_types = _mesa_hash_table_create(NULL, record_key_hash,
1057 const struct hash_entry *entry = _mesa_hash_table_search(subroutine_types
    [all...]
glsl_types.h 836 static struct hash_table *subroutine_types; member in struct:glsl_type

Completed in 2189 milliseconds