HomeSort by relevance Sort by last modified time
    Searched defs:mem_ctx (Results 101 - 122 of 122) sorted by null

1 2 3 45

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu.h 116 void *mem_ctx; member in struct:brw_compile
815 void *mem_ctx);
brw_fs.h 249 bool opt_copy_propagate_local(void *mem_ctx, fs_bblock *block,
349 void *mem_ctx; member in class:fs_visitor
brw_vec4.h 227 void *mem_ctx; member in class:brw::vec4_visitor
brw_blorp_blit.cpp 515 void *mem_ctx; member in class:brw_blorp_blit_program
579 : mem_ctx(ralloc_context(NULL)),
583 brw_init_compile(brw, &func, mem_ctx);
588 ralloc_free(mem_ctx);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 116 void *mem_ctx; member in struct:brw_compile
815 void *mem_ctx);
brw_fs.h 249 bool opt_copy_propagate_local(void *mem_ctx, fs_bblock *block,
349 void *mem_ctx; member in class:fs_visitor
brw_vec4.h 227 void *mem_ctx; member in class:brw::vec4_visitor
brw_blorp_blit.cpp 515 void *mem_ctx; member in class:brw_blorp_blit_program
579 : mem_ctx(ralloc_context(NULL)),
583 brw_init_compile(brw, &func, mem_ctx);
588 ralloc_free(mem_ctx);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_types.h 89 * easier to just ralloc_free 'mem_ctx' (or any of its ancestors). */
92 if (glsl_type::mem_ctx == NULL) {
93 glsl_type::mem_ctx = ralloc_context(NULL); member in class:glsl_type::glsl_type
94 assert(glsl_type::mem_ctx != NULL);
99 type = ralloc_size(glsl_type::mem_ctx, size);
476 static void *mem_ctx; member in struct:glsl_type
ir.cpp 78 void *mem_ctx = this; local
108 this->rhs = new(mem_ctx) ir_swizzle(this->rhs, rhs_swiz);
122 this->rhs = new(mem_ctx) ir_swizzle(this->rhs, rhs_swiz);
733 ir_constant::zero(void *mem_ctx, const glsl_type *type)
738 ir_constant *c = new(mem_ctx) ir_constant;
751 ir_constant *comp = ir_constant::zero(mem_ctx, type->fields.structure[i].type);
    [all...]
ir_reader.cpp 38 void *mem_ctx; member in class:ir_reader
69 this->mem_ctx = state;
197 f = new(mem_ctx) ir_function(name->value());
252 sig = new(mem_ctx) ir_function_signature(return_type);
326 return new(mem_ctx) ir_loop_jump(ir_loop_jump::jump_break);
328 return new(mem_ctx) ir_loop_jump(ir_loop_jump::jump_continue);
383 ir_variable *var = new(mem_ctx) ir_variable(type, s_name->value(),
450 ir_if *iff = new(mem_ctx) ir_if(condition);
476 ir_loop *loop = new(mem_ctx) ir_loop;
499 return new(mem_ctx) ir_return(retval)
    [all...]
linker.cpp 964 link_intrastage_shaders(void *mem_ctx,
985 int index = link_cross_validate_uniform_block(mem_ctx,
2395 void *mem_ctx = ralloc_context(NULL); \/\/ temporary linker context local
    [all...]
  /external/mesa3d/src/glsl/
glsl_types.h 89 * easier to just ralloc_free 'mem_ctx' (or any of its ancestors). */
92 if (glsl_type::mem_ctx == NULL) {
93 glsl_type::mem_ctx = ralloc_context(NULL); member in class:glsl_type::glsl_type
94 assert(glsl_type::mem_ctx != NULL);
99 type = ralloc_size(glsl_type::mem_ctx, size);
476 static void *mem_ctx; member in struct:glsl_type
ir.cpp 78 void *mem_ctx = this; local
108 this->rhs = new(mem_ctx) ir_swizzle(this->rhs, rhs_swiz);
122 this->rhs = new(mem_ctx) ir_swizzle(this->rhs, rhs_swiz);
733 ir_constant::zero(void *mem_ctx, const glsl_type *type)
738 ir_constant *c = new(mem_ctx) ir_constant;
751 ir_constant *comp = ir_constant::zero(mem_ctx, type->fields.structure[i].type);
    [all...]
ir_reader.cpp 38 void *mem_ctx; member in class:ir_reader
69 this->mem_ctx = state;
197 f = new(mem_ctx) ir_function(name->value());
252 sig = new(mem_ctx) ir_function_signature(return_type);
326 return new(mem_ctx) ir_loop_jump(ir_loop_jump::jump_break);
328 return new(mem_ctx) ir_loop_jump(ir_loop_jump::jump_continue);
383 ir_variable *var = new(mem_ctx) ir_variable(type, s_name->value(),
450 ir_if *iff = new(mem_ctx) ir_if(condition);
476 ir_loop *loop = new(mem_ctx) ir_loop;
499 return new(mem_ctx) ir_return(retval)
    [all...]
linker.cpp 964 link_intrastage_shaders(void *mem_ctx,
985 int index = link_cross_validate_uniform_block(mem_ctx,
2395 void *mem_ctx = ralloc_context(NULL); \/\/ temporary linker context local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
ir_to_mesa.cpp 325 void *mem_ctx; member in class:ir_to_mesa_visitor
353 ir_to_mesa_instruction *inst = new(mem_ctx) ir_to_mesa_instruction();
705 storage = new(mem_ctx) variable_storage(ir, PROGRAM_STATE_VAR, -1);
716 storage = new(mem_ctx) variable_storage(ir, PROGRAM_TEMPORARY,
761 counter = new(mem_ctx) ir_dereference_variable(ir->counter);
767 new(mem_ctx) ir_assignment(counter, ir->from, NULL);
776 new(mem_ctx) ir_expression(ir->cmp, glsl_type::bool_type,
778 ir_if *if_stmt = new(mem_ctx) ir_if(e);
781 new(mem_ctx) ir_loop_jump(ir_loop_jump::jump_break);
792 new(mem_ctx) ir_expression(ir_binop_add, counter->type
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 325 void *mem_ctx; member in class:ir_to_mesa_visitor
353 ir_to_mesa_instruction *inst = new(mem_ctx) ir_to_mesa_instruction();
705 storage = new(mem_ctx) variable_storage(ir, PROGRAM_STATE_VAR, -1);
716 storage = new(mem_ctx) variable_storage(ir, PROGRAM_TEMPORARY,
761 counter = new(mem_ctx) ir_dereference_variable(ir->counter);
767 new(mem_ctx) ir_assignment(counter, ir->from, NULL);
776 new(mem_ctx) ir_expression(ir->cmp, glsl_type::bool_type,
778 ir_if *if_stmt = new(mem_ctx) ir_if(e);
781 new(mem_ctx) ir_loop_jump(ir_loop_jump::jump_break);
792 new(mem_ctx) ir_expression(ir_binop_add, counter->type
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 3093 void *mem_ctx; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 430 void *mem_ctx; member in class:glsl_to_tgsi_visitor
493 glsl_to_tgsi_instruction *inst = new(mem_ctx) glsl_to_tgsi_instruction();
893 entry = new(mem_ctx) immediate_storage(values, size, datatype);
1050 storage = new(mem_ctx) variable_storage(ir, PROGRAM_STATE_VAR, -1);
1061 storage = new(mem_ctx) variable_storage(ir, PROGRAM_TEMPORARY,
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 3093 void *mem_ctx; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 430 void *mem_ctx; member in class:glsl_to_tgsi_visitor
493 glsl_to_tgsi_instruction *inst = new(mem_ctx) glsl_to_tgsi_instruction();
893 entry = new(mem_ctx) immediate_storage(values, size, datatype);
1050 storage = new(mem_ctx) variable_storage(ir, PROGRAM_STATE_VAR, -1);
1061 storage = new(mem_ctx) variable_storage(ir, PROGRAM_TEMPORARY,
    [all...]

Completed in 579 milliseconds

1 2 3 45