| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_glsl_to_tgsi_temprename.h | 30 * begin == end == -1 indicates that the register can be reused without 32 * a write operation may target this temporary, and end indicates the 34 * Hence, a register R2 can be merged with a register R1 if R1.end <= R2.begin. 38 int end; member in struct:register_live_range
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_glsl_to_tgsi_temprename.h | 30 * begin == end == -1 indicates that the register can be reused without 32 * a write operation may target this temporary, and end indicates the 34 * Hence, a register R2 can be merged with a register R1 if R1.end <= R2.begin. 38 int end; member in struct:register_live_range
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/ |
| make.bat | 27 goto end 33 goto end 40 goto end 47 goto end 54 goto end 61 goto end 69 goto end 80 goto end 87 goto end 94 goto end 113 :end label [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| i915_debug_private.h | 37 char *end; /* pointer to gtt offset zero */ member in struct:debug_stream
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| memory_pool.h | 39 unsigned char * end; member in struct:memory_pool
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| i915_debug_private.h | 38 char *end; /* pointer to gtt offset zero */ member in struct:debug_stream
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| memory_pool.h | 39 unsigned char * end; member in struct:memory_pool
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| flist.h | 47 int end; /* last important point index */ member in class:Flist
|
| /xsrc/external/mit/xf86-video-intel/dist/libobj/ |
| getline.c | 9 char *ptr, *end; local 23 end = *line + *len; 26 if (ptr + 1 >= end) { 40 end = *line + *len;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/libobj/ |
| getline.c | 9 char *ptr, *end; local 23 end = *line + *len; 26 if (ptr + 1 >= end) { 40 end = *line + *len;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_remove_unreachable.c | 27 * for blocks after an if where both sides end in a break/continue. These blocks 35 struct ir3_instruction *end = NULL; local 38 end = instr; 43 /* The end block can be legitimately unreachable if the shader only exits via 44 * discarding. ir3_legalize will then insert a branch to the end. Keep the 45 * block around but delete all the other instructions and make the end not 49 if (end) { 51 if (instr != end) 54 end->srcs_count = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_range.h | 46 unsigned end; /* exclusive */ member in struct:util_range 57 range->end = 0; 63 unsigned start, unsigned end) 65 if (start < range->start || end > range->end) { 69 range->end = MAX2(end, range->end); 73 range->end = MAX2(end, range->end) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_query.h | 46 uint64_t end[LP_MAX_THREADS]; /* end count value for each thread */ member in struct:llvmpipe_query
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| intel_clflush.h | 34 void *end = start + size; local 36 while (p < end) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_range.h | 43 unsigned end; /* exclusive */ member in struct:util_range 54 range->end = 0; 59 util_range_add(struct util_range *range, unsigned start, unsigned end) 61 if (start < range->start || end > range->end) { 64 range->end = MAX2(end, range->end); 71 unsigned start, unsigned end) 73 return MAX2(start, range->start) < MIN2(end, range->end) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_query.h | 46 uint64_t end[LP_MAX_THREADS]; /* end count value for each thread */ member in struct:llvmpipe_query
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| gen_clflush.h | 34 void *end = start + size; local 36 while (p < end) {
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftadvanc.c | 122 FT_UInt num, end, nn; local 133 end = start + count; 134 if ( start >= num || end < start || end > num ) 174 /* END */
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| psread.h | 50 const FT_Byte* end; member in struct:CF2_BufferRec_ 68 /* END */
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fbclip.h | 32 fbClipBoxes(const RegionRec *region, const BoxRec *box, const BoxRec **end); 66 const BoxRec *c, *end; local 67 for (c = fbClipBoxes(gc->pCompositeClip, box, &end); c != end; c++) { 83 const BoxRec *c, *end; local 84 for (c = fbClipBoxes(gc->pCompositeClip, box, &end); c != end; c++) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| fbclip.h | 32 fbClipBoxes(const RegionRec *region, const BoxRec *box, const BoxRec **end); 66 const BoxRec *c, *end; local 67 for (c = fbClipBoxes(gc->pCompositeClip, box, &end); c != end; c++) { 83 const BoxRec *c, *end; local 84 for (c = fbClipBoxes(gc->pCompositeClip, box, &end); c != end; c++) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xisb.h | 43 ssize_t end; member in struct:_XISBuffer
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xisb.h | 44 ssize_t end; member in struct:_XISBuffer
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_instruction_block.h | 46 std::vector<PInstruction>::const_iterator end() const { function in class:r600::InstructionBlock 47 return m_block.end();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| gen_knobs.cpp | 49 size_t end = text.find("}"); local 50 if (end == std::string::npos) 52 const std::string var = GetEnv(text.substr(start + 2, end - start - 2)); 53 text.replace(start, end - start + 1, var); 58 size_t end = text.find("%", start + 1); local 59 if (end == std::string::npos) 61 const std::string var = GetEnv(text.substr(start + 1, end - start - 1)); 62 text.replace(start, end - start + 1, var);
|