Searched refs:other (Results 1 - 25 of 747) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_equals.cpp53 const ir_constant *other = ir->as_constant(); local in function:ir_constant::equals
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 in function:ir_dereference_variable::equals
78 if (!other)
81 return var == other->var;
88 const ir_dereference_array *other = ir->as_dereference_array(); local in function:ir_dereference_array::equals
89 if (!other)
108 const ir_swizzle *other = ir->as_swizzle(); local in function:ir_swizzle::equals
130 const ir_texture *other = ir->as_texture(); local in function:ir_texture::equals
195 const ir_expression *other = ir->as_expression(); local in function:ir_expression::equals
[all...]
H A Dopt_dead_builtin_variables.cpp36 enum ir_variable_mode other)
45 && var->data.mode != other)
51 if ((var->data.mode == other || var->data.mode == ir_var_system_value)
59 * are used by ftransform. No other built-in variable is used by a
35 optimize_dead_builtin_variables(exec_list * instructions,enum ir_variable_mode other) argument
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_equals.cpp53 const ir_constant *other = ir->as_constant(); local in function:ir_constant::equals
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 in function:ir_dereference_variable::equals
78 if (!other)
81 return var == other->var;
88 const ir_dereference_array *other = ir->as_dereference_array(); local in function:ir_dereference_array::equals
89 if (!other)
108 const ir_swizzle *other = ir->as_swizzle(); local in function:ir_swizzle::equals
130 const ir_texture *other = ir->as_texture(); local in function:ir_texture::equals
195 const ir_expression *other = ir->as_expression(); local in function:ir_expression::equals
[all...]
H A Dopt_dead_builtin_variables.cpp36 enum ir_variable_mode other)
45 && var->data.mode != other)
51 if ((var->data.mode == other || var->data.mode == ir_var_system_value)
59 * are used by ftransform. No other built-in variable is used by a
35 optimize_dead_builtin_variables(exec_list * instructions,enum ir_variable_mode other) argument
/xsrc/external/mit/ctwm/dist/
H A Dr_area.c103 RAreaIntersect(const RArea *self, const RArea *other) argument
106 if(RAreaIsIntersect(self, other)) {
109 x1 = max(other->x, self->x);
110 x2 = min(RAreaX2(other), RAreaX2(self));
112 y1 = max(other->y, self->y);
113 y2 = min(RAreaY2(other), RAreaY2(self));
127 RAreaIsIntersect(const RArea *self, const RArea *other) argument
129 // [other][self]
130 if(RAreaX2(other) < self->x) {
134 // [self][other]
179 RAreaHorizontalUnion(const RArea * self,const RArea * other) argument
304 RAreaVerticalUnion(const RArea * self,const RArea * other) argument
[all...]
H A Dr_area.h20 RArea RAreaIntersect(const RArea *self, const RArea *other);
21 bool RAreaIsIntersect(const RArea *self, const RArea *other);
23 RAreaList *RAreaHorizontalUnion(const RArea *self, const RArea *other);
24 RAreaList *RAreaVerticalUnion(const RArea *self, const RArea *other);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.h80 bool operator==(const STREAMOUT_COMPILE_STATE& other) const
82 if (numVertsPerPrim != other.numVertsPerPrim)
84 if (stream.numDecls != other.stream.numDecls)
89 if (stream.decl[i].bufferIndex != other.stream.decl[i].bufferIndex)
91 if (stream.decl[i].attribSlot != other.stream.decl[i].attribSlot)
93 if (stream.decl[i].componentMask != other.stream.decl[i].componentMask)
95 if (stream.decl[i].hole != other.stream.decl[i].hole)
H A Dfetch_jit.h117 bool operator==(const FETCH_COMPILE_STATE& other) const
119 if (numAttribs != other.numAttribs)
121 if (indexType != other.indexType)
123 if (bDisableIndexOOBCheck != other.bDisableIndexOOBCheck)
125 if (bEnableCutIndex != other.bEnableCutIndex)
127 if (cutIndex != other.cutIndex)
129 if (bVertexIDOffsetEnable != other.bVertexIDOffsetEnable)
131 if (bPartialVertexBuffer != other.bPartialVertexBuffer)
133 if (bForceSequentialAccessEnable != other.bForceSequentialAccessEnable)
135 if (bInstanceIDOffsetEnable != other
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.h80 bool operator==(const STREAMOUT_COMPILE_STATE& other) const
82 if (numVertsPerPrim != other.numVertsPerPrim)
84 if (stream.numDecls != other.stream.numDecls)
89 if (stream.decl[i].bufferIndex != other.stream.decl[i].bufferIndex)
91 if (stream.decl[i].attribSlot != other.stream.decl[i].attribSlot)
93 if (stream.decl[i].componentMask != other.stream.decl[i].componentMask)
95 if (stream.decl[i].hole != other.stream.decl[i].hole)
H A Dfetch_jit.h117 bool operator==(const FETCH_COMPILE_STATE& other) const
119 if (numAttribs != other.numAttribs)
121 if (indexType != other.indexType)
123 if (bDisableIndexOOBCheck != other.bDisableIndexOOBCheck)
125 if (bEnableCutIndex != other.bEnableCutIndex)
127 if (cutIndex != other.cutIndex)
129 if (bVertexIDOffsetEnable != other.bVertexIDOffsetEnable)
131 if (bPartialVertexBuffer != other.bPartialVertexBuffer)
133 if (bForceSequentialAccessEnable != other.bForceSequentialAccessEnable)
135 if (bInstanceIDOffsetEnable != other
[all...]
/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps_counter.cc28 bool Counter::operator==(const Counter &other) const
30 return id == other.id;
H A Dpps_device.cc112 DrmDevice::DrmDevice(DrmDevice &&other) argument
113 : fd {other.fd}
114 , gpu_num {other.gpu_num}
115 , name {std::move(other.name)}
117 other.fd = -1;
118 other.gpu_num = -1;
121 DrmDevice &DrmDevice::operator=(DrmDevice &&other) argument
123 std::swap(fd, other.fd);
124 std::swap(gpu_num, other.gpu_num);
125 std::swap(name, other
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.cpp45 auto& other = static_cast<const LDSReadInstruction&>(lhs); local in function:r600::LDSReadInstruction::is_equal_to
46 return m_address == other.m_address &&
47 m_dest_value == other.m_dest_value;
81 auto& other = static_cast<const LDSAtomicInstruction&>(lhs); local in function:r600::LDSAtomicInstruction::is_equal_to
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
135 auto& other = static_cast<const LDSWriteInstruction&>(lhs); local in function:r600::LDSWriteInstruction::is_equal_to
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dtimestamp.cpp36 timestamp::query::query(query &&other) : argument
37 q(other.q),
38 _query(other._query) {
39 other._query = NULL;
H A Dtimestamp.hpp41 query(query &&other);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dtimestamp.cpp36 timestamp::query::query(query &&other) : argument
37 q(other.q),
38 _query(other._query) {
39 other._query = NULL;
H A Dtimestamp.hpp41 query(query &&other);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dlazy.hpp132 lazy(const lazy &other) : obj(obj->clone()) { argument
135 lazy(lazy &&other) : obj(NULL) { argument
136 std::swap(obj, other.obj);
144 operator=(lazy other) { argument
145 std::swap(obj, other.obj);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dlazy.hpp132 lazy(const lazy &other) : obj(obj->clone()) { argument
135 lazy(lazy &&other) : obj(NULL) { argument
136 std::swap(obj, other.obj);
144 operator=(lazy other) { argument
145 std::swap(obj, other.obj);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp43 void join(const NOP_ctx_gfx6& other) argument
46 MAX2(set_vskip_mode_then_vector, other.set_vskip_mode_then_vector);
47 valu_wr_vcc_then_vccz = MAX2(valu_wr_vcc_then_vccz, other.valu_wr_vcc_then_vccz);
48 valu_wr_exec_then_execz = MAX2(valu_wr_exec_then_execz, other.valu_wr_exec_then_execz);
49 valu_wr_vcc_then_div_fmas = MAX2(valu_wr_vcc_then_div_fmas, other.valu_wr_vcc_then_div_fmas);
51 MAX2(salu_wr_m0_then_gds_msg_ttrace, other.salu_wr_m0_then_gds_msg_ttrace);
52 valu_wr_exec_then_dpp = MAX2(valu_wr_exec_then_dpp, other.valu_wr_exec_then_dpp);
53 salu_wr_m0_then_lds = MAX2(salu_wr_m0_then_lds, other.salu_wr_m0_then_lds);
54 salu_wr_m0_then_moverel = MAX2(salu_wr_m0_then_moverel, other.salu_wr_m0_then_moverel);
55 setreg_then_getsetreg = MAX2(setreg_then_getsetreg, other
65 operator ==(const NOP_ctx_gfx6 & other) argument
164 join(const NOP_ctx_gfx10 & other) argument
178 operator ==(const NOP_ctx_gfx10 & other) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h12 // in the documentation and/or other materials provided with the
113 // Determines whether the given iterator and other point to the same
116 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} argument
131 ParamIterator& operator=(const ParamIterator& other) { argument
132 if (this != &other)
133 impl_.reset(other.impl_->Clone());
150 bool operator==(const ParamIterator& other) const {
151 return impl_.get() == other
188 ParamGenerator(const ParamGenerator & other) argument
190 operator =(const ParamGenerator & other) argument
252 Iterator(const Iterator & other) argument
349 Iterator(const Iterator & other) argument
[all...]
/xsrc/external/mit/xcb-proto/dist/xcbgen/
H A Dalign.py20 def __eq__(self, other):
21 return self.align == other.align and self.offset == other.offset
78 def combine_with(self, other):
80 # both, self or other, can happen
81 new_align = gcd(self.align, other.align)
83 new_offset_candidate2 = other.offset % new_align
90 new_offset_candidate2 = other.offset % new_align
174 def append(self, other):
175 self.ok_list.extend(other
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_extensions.py113 def __gt__(self, other):
115 # other's patch version match self.
116 if (self.patch is None) != (other.patch is None):
117 other = copy.copy(other)
118 other.patch = self.patch
120 return self.__int_ver() > other.__int_ver()
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_extensions.py68 def __gt__(self, other):
70 # other's patch version match self.
71 if (self.patch is None) != (other.patch is None):
72 other = copy.copy(other)
73 other.patch = self.patch
75 return self.__int_ver() > other.__int_ver()
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxprop.c179 * 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 in function:dmxPropertyWindow
330 if ((other = dmxPropertyCheckOtherWindows(dmxScreen, atom))) {
332 dmxScreen->next = (other->next ? other->next : other);
333 other->next = (tmp ? tmp : dmxScreen);
336 other
[all...]

Completed in 22 milliseconds

1234567891011>>