| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ir_equals.cpp | 18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 53 const ir_constant *other = ir->as_constant(); local 54 if (!other) 57 if (type != other->type) 62 if (value.d[i] != other->value.d[i]) 65 if (value.u[i] != other->value.u[i]) 77 const ir_dereference_variable *other = ir->as_dereference_variable(); local 78 if (!other) 81 return var == other->var 88 const ir_dereference_array *other = ir->as_dereference_array(); local 108 const ir_swizzle *other = ir->as_swizzle(); local 130 const ir_texture *other = ir->as_texture(); local 195 const ir_expression *other = ir->as_expression(); local [all...] |
| opt_algebraic.cpp | 18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 27 * Takes advantage of association, commutivity, and other algebraic 514 ir_rvalue *other = ir->operands[(i + 1) % 2]; local 515 if (other && op_expr[i]->operands[0]->equals(other)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ir_equals.cpp | 18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 53 const ir_constant *other = ir->as_constant(); local 54 if (!other) 57 if (type != other->type) 62 if (value.d[i] != other->value.d[i]) 65 if (value.u[i] != other->value.u[i]) 77 const ir_dereference_variable *other = ir->as_dereference_variable(); local 78 if (!other) 81 return var == other->var 88 const ir_dereference_array *other = ir->as_dereference_array(); local 108 const ir_swizzle *other = ir->as_swizzle(); local 130 const ir_texture *other = ir->as_texture(); local 195 const ir_expression *other = ir->as_expression(); local [all...] |
| opt_algebraic.cpp | 18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 27 * Takes advantage of association, commutivity, and other algebraic 514 ir_rvalue *other = ir->operands[(i + 1) % 2]; local 515 if (other && op_expr[i]->operands[0]->equals(other)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_instruction_lds.cpp | 45 auto& other = static_cast<const LDSReadInstruction&>(lhs); local 46 return m_address == other.m_address && 47 m_dest_value == other.m_dest_value; 81 auto& other = static_cast<const LDSAtomicInstruction&>(lhs); local 83 return m_opcode == other.m_opcode && 84 *m_dest_value == *other.m_dest_value && 85 *m_src0_value == *other.m_src0_value && 86 *m_address == *other.m_address && 87 ((m_src1_value && other.m_src1_value && (*m_src1_value == *other.m_src1_value)) | 135 auto& other = static_cast<const LDSWriteInstruction&>(lhs); local [all...] |
| sfn_instruction_cf.cpp | 22 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 24 * USE OR OTHER DEALINGS IN THE SOFTWARE. 152 const auto& other = static_cast<const LoopEndInstruction&>(lhs); local 153 return *m_start == *other.m_start;
|
| sfn_instruction_gds.cpp | 22 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 24 * USE OR OTHER DEALINGS IN THE SOFTWARE. 171 auto& other = static_cast<const GDSStoreTessFactor&>(lhs); local 172 return m_value == other.m_value;
|
| sfn_instruction_export.cpp | 22 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 24 * USE OR OTHER DEALINGS IN THE SOFTWARE. 131 const auto& other = static_cast<const WriteScratchInstruction&>(lhs); local 134 if (!other.m_address) 136 if (*m_address != *other.m_address) 139 if (other.m_address) 143 return gpr() == other.gpr() && 144 m_loc == other.m_loc && 145 m_align == other.m_align && 146 m_align_offset == other.m_align_offset & [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| freedreno_batch.c | 18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 423 struct fd_batch *other = NULL; local 424 fd_batch_reference_locked(&other, dep); 480 /* if we are pending read or write by any other batch: */
|
| freedreno_batch_cache.c | 18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 166 /* deferred flush doesn't actually flush, but it marks every other 168 * batch. So when the current batch gets flushed, all other batches 356 * depends on the fewest other batches? 373 * doesn't get removed from the dependencies of other batches, so 380 struct fd_batch *other = cache->batches[i]; variable in typeref:struct:fd_batch 381 if (!other) 383 if (other->dependents_mask & (1 << flush_batch->idx)) { 384 other->dependents_mask &= ~(1 << flush_batch->idx) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_batch.c | 18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 402 /* does 'batch' depend directly or indirectly on 'other' ? */ 404 batch_depends_on(struct fd_batch *batch, struct fd_batch *other) 409 if (batch->dependents_mask & (1 << other->idx)) 428 struct fd_batch *other = NULL; local 429 fd_batch_reference_locked(&other, dep); 466 /* if we are pending read or write by any other batch: */
|
| freedreno_batch_cache.c | 18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 177 /* deferred flush doesn't actually flush, but it marks every other 179 * batch. So when the current batch gets flushed, all other batches 294 * depends on the fewest other batches? 314 * doesn't get removed from the dependencies of other batches, so 321 struct fd_batch *other = cache->batches[i]; local 322 if (!other) 324 if (other->dependents_mask & (1 << flush_batch->idx)) { 325 other->dependents_mask &= ~(1 << flush_batch->idx) [all...] |
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| ftgloadr.h | 71 void* other; /* for possible future extension? */ member in struct:FT_GlyphLoaderRec_
|
| /xsrc/external/mit/luit/dist/ |
| charset.h | 17 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 26 #include "other.h" 64 const char *other; member in struct:_LocaleCharset
|
| iso2022.c | 17 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 37 #include "other.h" 163 G0(is) = G1(is) = G2(is) = G3(is) = OTHER(is) = NULL; 217 if (OTHER(i) != NULL) { 218 fprintf(stderr, "%s, non-ISO-2022 encoding.\n", OTHER(i)->name); 237 const CharsetRec *other = NULL; local 240 rc = getLocaleState(locale, charset, &gl, &gr, &g0, &g1, &g2, &g3, &other); 270 if (other) 271 OTHER(i) = other [all...] |
| iso2022.h | 17 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 68 const CharsetRec *other; member in struct:_Iso2022 87 #define OTHER(i) ((i)->other)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxprop.c | 22 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 24 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 179 * Otherwise, returns a pointer to the dmxScreen of the other windows on 303 * as some other DMX backend (output) screen. Modifies the property 308 * for all DMX windows (on this DMX server or some other DMX server). 321 DMXScreenInfo *other; local 330 if ((other = dmxPropertyCheckOtherWindows(dmxScreen, atom))) { 332 dmxScreen->next = (other->next ? other->next : other); [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| glutEvent.cpp | 48 GLUTtimer *timer, *other; local 68 other = *prevptr; 69 while (other && (other->timeout < timer->timeout)) { 70 prevptr = &other->next; 71 other = *prevptr; 73 timer->next = other;
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| glxext.c | 20 * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 22 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 27 * other dealings in this Software without prior written authorization from 130 XID other = glxPriv->otherId; local 132 if (xid == other) 135 FreeResourceByType(other, __glXDrawableRes, TRUE);
|
| /xsrc/external/mit/xedit/dist/ |
| xedit.h | 94 xedit_flist_item *current, *other; member in struct:_xedit_flist
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| glut_event.c | 115 GLUTtimer *timer, *other; local 148 other = *prevptr; 149 while (other && IS_AFTER(other->timeout, timer->timeout)) { 150 prevptr = &other->next; 151 other = *prevptr; 153 timer->next = other; 999 /* Set the dummy work bit, clearing all other bits, to 1007 redisplay and not these other types of work. Check for
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_lower_to_cssa.cpp | 18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 255 /* check/update in other set */ 403 auto&& other = ltg.find(it->second.read_idx); local 404 if (other != ltg.end()) 405 other->second.num_uses--;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_draw_upload.c | 21 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 23 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 434 * one of the other drawing commands defined in section 10.4 is called, 551 struct brw_vertex_element *other = brw->vb.enabled[k]; local 552 const struct gl_vertex_buffer_binding *obind = other->glbinding; 553 const struct gl_array_attributes *oattrib = other->glattrib;
|
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| monoTriangulation.cc | 69 directedLine* other = findDiagonal_singleCuspX(new_polygon); local 70 //<other> should NOT be null unless there are self-intersecting 73 if(other == NULL) 82 new_polygon->connectDiagonal_2slines(new_polygon, other, 402 directedLine* other = findDiagonal_singleCuspX(new_polygon); local 403 //<other> should NOT be null unless there are self-intersecting 406 if(other == NULL) 415 new_polygon->connectDiagonal_2slines(new_polygon, other, 1321 //if(V(start) == v, return start, other wise return the 1400 *on the other side of the chain, so tha [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| package.c | 17 * THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 19 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 * not be used in advertising or otherwise to promote the sale, use or other 786 LispObj *package, *other, *used, *cons, *list; local 795 other = CAR(list); 796 if (package == other) 800 pack = other->data.package.package; 805 used = cons = CONS(other, NIL); 809 RPLACD(cons, CONS(other, NIL));
|