| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_ir_allocator.h | 48 allocate(unsigned size) function in class:brw::simple_allocator
|
| brw_clip_util.c | 316 bool allocate = flags & BRW_URB_WRITE_ALLOCATE; local 321 * so it doesn't make sense to mark EOT and ALLOCATE at the same time. 323 assert(!(allocate && (flags & BRW_URB_WRITE_EOT))); 339 * urb entry - (I think... what about 'allocate'?) 342 allocate ? c->reg.R0 : retype(brw_null_reg(), BRW_REGISTER_TYPE_UD), 347 allocate ? 1 : 0, /* response_length */ 453 1, /* allocate */
|
| brw_compile_sf.c | 441 static void brw_emit_tri_setup(struct brw_sf_compile *c, bool allocate) 449 if (allocate) 530 static void brw_emit_line_setup(struct brw_sf_compile *c, bool allocate) 538 if (allocate) 602 static void brw_emit_point_sprite_setup(struct brw_sf_compile *c, bool allocate) 610 if (allocate) 694 static void brw_emit_point_setup(struct brw_sf_compile *c, bool allocate) 702 if (allocate)
|
| brw_fs_visitor.cpp | 840 fs_reg zero(VGRF, alloc.allocate(1), BRW_REGISTER_TYPE_UD); 892 fs_reg reg = fs_reg(VGRF, alloc.allocate(1), outputs[varying].type); 925 fs_reg payload = fs_reg(VGRF, alloc.allocate(length + header_size), 973 fs_reg payload = fs_reg(VGRF, alloc.allocate(2), BRW_REGISTER_TYPE_UD); 990 fs_reg payload = fs_reg(VGRF, alloc.allocate(6), BRW_REGISTER_TYPE_UD); 1037 fs_reg payload = fs_reg(VGRF, alloc.allocate(1), BRW_REGISTER_TYPE_UD); 1052 fs_reg payload = fs_reg(VGRF, alloc.allocate(1), BRW_REGISTER_TYPE_UD);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_ir_allocator.h | 48 allocate(unsigned size) function in class:brw::simple_allocator
|
| brw_clip_util.c | 316 bool allocate = flags & BRW_URB_WRITE_ALLOCATE; local 321 * so it doesn't make sense to mark EOT and ALLOCATE at the same time. 323 assert(!(allocate && (flags & BRW_URB_WRITE_EOT))); 339 * urb entry - (I think... what about 'allocate'?) 342 allocate ? c->reg.R0 : retype(brw_null_reg(), BRW_REGISTER_TYPE_UD), 347 allocate ? 1 : 0, /* response_length */ 453 1, /* allocate */
|
| brw_compile_sf.c | 441 static void brw_emit_tri_setup(struct brw_sf_compile *c, bool allocate) 449 if (allocate) 530 static void brw_emit_line_setup(struct brw_sf_compile *c, bool allocate) 538 if (allocate) 602 static void brw_emit_point_sprite_setup(struct brw_sf_compile *c, bool allocate) 610 if (allocate) 694 static void brw_emit_point_setup(struct brw_sf_compile *c, bool allocate) 702 if (allocate)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/ |
| radeon_compiler_regalloc_tests.c | 36 void (*allocate)(void * data, unsigned input, unsigned hwreg), 41 allocate(mydata, i, i);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/ |
| radeon_compiler_regalloc_tests.c | 36 void (*allocate)(void * data, unsigned input, unsigned hwreg), 41 allocate(mydata, i, i);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| property.hpp | 123 allocate(size_t n) { function in class:clover::property_buffer 146 auto r = buf.allocate<T>(1); 158 auto r = buf.allocate<T>(v.size()); 170 auto r = buf.allocate<T *>(v.size()); 183 auto r = buf.allocate<char>(v.size() + 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| property.hpp | 123 allocate(size_t n) { function in class:clover::property_buffer 146 auto r = buf.allocate<T>(1); 158 auto r = buf.allocate<T>(v.size()); 170 auto r = buf.allocate<T *>(v.size()); 183 auto r = buf.allocate<char>(v.size() + 1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_query_acc.h | 38 struct etna_acc_query * (*allocate)(struct etna_context *ctx, unsigned query_type); member in struct:etna_acc_sample_provider
|
| etnaviv_query_acc_occlusion.c | 115 .allocate = occlusion_allocate,
|
| etnaviv_query_acc_perfmon.c | 163 .allocate = perfmon_allocate,
|
| /xsrc/external/mit/libXt/dist/src/ |
| Object.c | 178 * Allocate and load the table. Make sure that the new callback 225 if (ext->allocate == XtInheritAllocate) 226 ext->allocate = (super_ext ? super_ext->allocate : NULL); 238 ext->allocate = super_ext->allocate;
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| ObjectP.h | 125 XtAllocateProc allocate; member in struct:__anon6006
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_shader.cpp | 258 node *n = new (pool.allocate(sizeof(node))) node(nt, nst, flags); 264 alu_node* n = new (pool.allocate(sizeof(alu_node))) alu_node(); 271 new (pool.allocate(sizeof(alu_group_node))) alu_group_node(); 278 new (pool.allocate(sizeof(alu_packed_node))) alu_packed_node(); 284 cf_node* n = new (pool.allocate(sizeof(cf_node))) cf_node(); 291 fetch_node* n = new (pool.allocate(sizeof(fetch_node))) fetch_node(); 297 region_node *n = new (pool.allocate(sizeof(region_node))) 305 depart_node* n = new (pool.allocate(sizeof(depart_node))) 313 repeat_node* n = new (pool.allocate(sizeof(repeat_node))) 322 container_node *n = new (pool.allocate(sizeof(container_node)) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_shader.cpp | 258 node *n = new (pool.allocate(sizeof(node))) node(nt, nst, flags); 264 alu_node* n = new (pool.allocate(sizeof(alu_node))) alu_node(); 271 new (pool.allocate(sizeof(alu_group_node))) alu_group_node(); 278 new (pool.allocate(sizeof(alu_packed_node))) alu_packed_node(); 284 cf_node* n = new (pool.allocate(sizeof(cf_node))) cf_node(); 291 fetch_node* n = new (pool.allocate(sizeof(fetch_node))) fetch_node(); 297 region_node *n = new (pool.allocate(sizeof(region_node))) 305 depart_node* n = new (pool.allocate(sizeof(depart_node))) 313 repeat_node* n = new (pool.allocate(sizeof(repeat_node))) 322 container_node *n = new (pool.allocate(sizeof(container_node)) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| r300_fs.c | 116 void (*allocate)(void * data, unsigned input, unsigned hwreg), 123 /* Allocate input registers. */ 126 allocate(mydata, inputs->color[i], reg++); 130 allocate(mydata, inputs->face, reg++); 134 allocate(mydata, inputs->generic[i], reg++); 138 allocate(mydata, inputs->fog, reg++); 141 allocate(mydata, inputs->wpos, reg++);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| r300_fs.c | 116 void (*allocate)(void * data, unsigned input, unsigned hwreg), 123 /* Allocate input registers. */ 126 allocate(mydata, inputs->color[i], reg++); 130 allocate(mydata, inputs->face, reg++); 134 allocate(mydata, inputs->generic[i], reg++); 138 allocate(mydata, inputs->fog, reg++); 141 allocate(mydata, inputs->wpos, reg++);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| radeon_compiler.h | 124 void (*allocate)(void * data, unsigned input, unsigned hwreg),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| radeon_compiler.h | 124 void (*allocate)(void * data, unsigned input, unsigned hwreg),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_util.h | 57 new ((f)->getProgram()->mem_##obj.allocate()) obj(f, args) 73 new ((p)->mem_##obj.allocate()) obj(p, args) 483 allocate(nBits, zero); 491 // allocate will keep old data iff size is unchanged 492 bool allocate(unsigned int nBits, bool zero); 640 void *allocate()
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_util.h | 57 new ((f)->getProgram()->mem_##obj.allocate()) obj(f, args) 73 new ((p)->mem_##obj.allocate()) obj(p, args) 483 allocate(nBits, zero); 491 // allocate will keep old data iff size is unchanged 492 bool allocate(unsigned int nBits, bool zero); 640 void *allocate()
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| surface9.c | 63 bool allocate = !pContainer && pDesc->Format != D3DFMT_NULL; local 75 assert(allocate || pResource || user_buffer || 77 assert(!allocate || (!pResource && !user_buffer)); 82 assert(!allocate || (Level == 0 && Layer == 0 && TextureType == 0)); 135 if (allocate && compressed_format(pDesc->Format)) { 139 /* Note: In the !allocate case, the test could fail (lower levels of a texture) */ 168 if ((allocate && pDesc->Pool != D3DPOOL_DEFAULT) || pDesc->Format == D3DFMT_NULL) { 169 /* Ram buffer with no parent. Has to allocate the resource itself */ 181 allocate && (pDesc->Pool == D3DPOOL_DEFAULT),
|