| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instruction_misc.cpp | 38 bool EmitVertex::is_equal_to(const Instruction& lhs) const 40 auto& oth = static_cast<const EmitVertex&>(lhs); 57 bool WaitAck::is_equal_to(const Instruction& lhs) const 59 const auto& l = static_cast<const WaitAck&>(lhs);
|
| H A D | sfn_instruction_cf.cpp | 57 bool IfInstruction::is_equal_to(const Instruction& lhs) const 59 assert(lhs.type() == cond_if); 60 const IfInstruction& l = static_cast<const IfInstruction&>(lhs); 82 bool ElseInstruction::is_equal_to(const Instruction& lhs) const 84 if (lhs.type() != cond_else) 86 auto& l = static_cast<const ElseInstruction&>(lhs); 105 bool IfElseEndInstruction::is_equal_to(const Instruction& lhs) const 107 if (lhs.type() != cond_endif) 127 bool LoopBeginInstruction::is_equal_to(const Instruction& lhs) const 129 assert(lhs [all...] |
| H A D | sfn_value.h | 94 bool operator < (const Value& lhs) const; 113 friend bool operator == (const Value& lhs, const Value& rhs); 124 inline bool operator == (const Value& lhs, const Value& rhs) argument 126 if (lhs.type() == rhs.type()) 127 return lhs.is_equal_to(rhs); 131 inline bool operator != (const Value& lhs, const Value& rhs) argument 133 return !(lhs == rhs); 139 inline bool operator () (PValue lhs, PValue rhs) const { argument 140 return *lhs < *rhs;
|
| H A D | sfn_instruction_block.cpp | 30 bool InstructionBlock::is_equal_to(const Instruction& lhs) const 32 assert(lhs.type() == block); 33 auto& l = static_cast<const InstructionBlock&>(lhs);
|
| H A D | sfn_instruction_cf.h | 55 bool is_equal_to(const Instruction& lhs) const override; 69 bool is_equal_to(const Instruction& lhs) const override; 84 bool is_equal_to(const Instruction& lhs) const override; 97 bool is_equal_to(const Instruction& lhs) const override; 110 bool is_equal_to(const Instruction& lhs) const override; 124 bool is_equal_to(const Instruction& lhs) const override; 136 bool is_equal_to(const Instruction& lhs) const override;
|
| H A D | sfn_instruction_lds.cpp | 43 bool LDSReadInstruction::is_equal_to(const Instruction& lhs) const 45 auto& other = static_cast<const LDSReadInstruction&>(lhs); 79 bool LDSAtomicInstruction::is_equal_to(const Instruction& lhs) const 81 auto& other = static_cast<const LDSAtomicInstruction&>(lhs); 133 bool LDSWriteInstruction::is_equal_to(const Instruction& lhs) const 135 auto& other = static_cast<const LDSWriteInstruction&>(lhs);
|
| H A D | sfn_instruction_export.cpp | 71 bool ExportInstruction::is_equal_to(const Instruction& lhs) const 73 assert(lhs.type() == exprt); 74 const auto& oth = static_cast<const ExportInstruction&>(lhs); 127 bool WriteScratchInstruction::is_equal_to(const Instruction& lhs) const 129 if (lhs.type() != Instruction::mem_wr_scratch) 131 const auto& other = static_cast<const WriteScratchInstruction&>(lhs); 221 bool StreamOutIntruction::is_equal_to(const Instruction& lhs) const 223 assert(lhs.type() == streamout); 224 const auto& oth = static_cast<const StreamOutIntruction&>(lhs); 278 bool MemRingOutIntruction::is_equal_to(const Instruction& lhs) cons [all...] |
| H A D | sfn_instruction_misc.h | 45 bool is_equal_to(const Instruction& lhs) const override; 62 bool is_equal_to(const Instruction& lhs) const override;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-string.h | 102 static bool CStringEquals(const char* lhs, const char* rhs); 116 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs); 124 static bool CaseInsensitiveCStringEquals(const char* lhs, 139 static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs,
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-string.h | 103 static bool CStringEquals(const char* lhs, const char* rhs); 117 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs); 125 static bool CaseInsensitiveCStringEquals(const char* lhs, 140 static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | opt_dead_code_local.cpp | 51 assignment_entry(ir_variable *lhs, ir_assignment *ir) argument 53 assert(lhs); 55 this->lhs = lhs; 60 ir_variable *lhs; member in class:__anonb614897c0110::assignment_entry 79 if (entry->lhs == var) { 82 printf("used %s (0x%01x - 0x%01x)\n", entry->lhs->name, 89 printf("used %s\n", entry->lhs->name); 129 if (entry->lhs->data.mode == ir_var_shader_out) { 131 printf("kill %s\n", entry->lhs [all...] |
| H A D | lower_discard_flow.cpp | 91 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); local in function:lower_discard_flow_visitor::visit_enter 100 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs); 120 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); local in function:lower_discard_flow_visitor::visit_enter 122 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs);
|
| H A D | opt_copy_propagation_elements.cpp | 137 void write_elements(ir_variable *lhs, ir_variable *rhs, unsigned write_mask, int swizzle[4]) argument 139 acp_entry *lhs_entry = pull_acp(lhs); 149 remove_unused_var_from_dsts(lhs_entry, lhs, to_remove); 153 _mesa_set_add(rhs_entry->dsts, lhs); 156 void write_full(ir_variable *lhs, ir_variable *rhs) argument 158 acp_entry *lhs_entry = pull_acp(lhs); 163 remove_from_dsts(lhs_entry->rhs_full, lhs); 164 } else if (lhs->type->is_vector()) { 167 remove_from_dsts(lhs_entry->rhs_element[i], lhs); 173 _mesa_set_add(rhs_entry->dsts, lhs); 183 remove_unused_var_from_dsts(acp_entry * lhs_entry,ir_variable * lhs,ir_variable * var) argument 373 ir_dereference_variable *lhs = ir->lhs->as_dereference_variable(); local in function:ir_copy_propagation_elements_visitor::visit_leave 680 ir_dereference_variable *lhs = ir->lhs->as_dereference_variable(); local in function:ir_copy_propagation_elements_visitor::add_copy [all...] |
| H A D | lower_packed_varyings.cpp | 182 void bitwise_assign_pack(ir_rvalue *lhs, ir_rvalue *rhs); 183 void bitwise_assign_unpack(ir_rvalue *lhs, ir_rvalue *rhs); 318 * Make an ir_assignment from \c rhs to \c lhs, performing appropriate 324 lower_packed_varyings_visitor::bitwise_assign_pack(ir_rvalue *lhs, argument 327 if (lhs->type->base_type != rhs->type->base_type) { 332 assert(lhs->type->base_type == GLSL_TYPE_INT); 336 ir_expression(ir_unop_u2i, lhs->type, rhs); 340 ir_expression(ir_unop_bitcast_f2i, lhs->type, rhs); 345 ir_variable *t = new(mem_ctx) ir_variable(lhs->type, "pack", ir_var_temporary); 347 assert(lhs 412 bitwise_assign_unpack(ir_rvalue * lhs,ir_rvalue * rhs) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | opt_dead_code_local.cpp | 51 assignment_entry(ir_variable *lhs, ir_assignment *ir) argument 53 assert(lhs); 55 this->lhs = lhs; 60 ir_variable *lhs; member in class:__anon112b9f490110::assignment_entry 77 if (entry->lhs == var) { 80 printf("used %s (0x%01x - 0x%01x)\n", entry->lhs->name, 87 printf("used %s\n", entry->lhs->name); 127 if (entry->lhs->data.mode == ir_var_shader_out) { 129 printf("kill %s\n", entry->lhs [all...] |
| H A D | lower_discard_flow.cpp | 91 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); local in function:lower_discard_flow_visitor::visit_enter 100 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs); 120 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); local in function:lower_discard_flow_visitor::visit_enter 122 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs);
|
| H A D | lower_packed_varyings.cpp | 181 void bitwise_assign_pack(ir_rvalue *lhs, ir_rvalue *rhs); 182 void bitwise_assign_unpack(ir_rvalue *lhs, ir_rvalue *rhs); 315 * Make an ir_assignment from \c rhs to \c lhs, performing appropriate 321 lower_packed_varyings_visitor::bitwise_assign_pack(ir_rvalue *lhs, argument 324 if (lhs->type->base_type != rhs->type->base_type) { 329 assert(lhs->type->base_type == GLSL_TYPE_INT); 333 ir_expression(ir_unop_u2i, lhs->type, rhs); 337 ir_expression(ir_unop_bitcast_f2i, lhs->type, rhs); 342 ir_variable *t = new(mem_ctx) ir_variable(lhs->type, "pack", ir_var_temporary); 344 assert(lhs 409 bitwise_assign_unpack(ir_rvalue * lhs,ir_rvalue * rhs) argument [all...] |
| H A D | opt_copy_propagation_elements.cpp | 137 void write_elements(ir_variable *lhs, ir_variable *rhs, unsigned write_mask, int swizzle[4]) argument 139 acp_entry *lhs_entry = pull_acp(lhs); 149 remove_unused_var_from_dsts(lhs_entry, lhs, to_remove); 153 _mesa_set_add(rhs_entry->dsts, lhs); 156 void write_full(ir_variable *lhs, ir_variable *rhs) argument 158 acp_entry *lhs_entry = pull_acp(lhs); 163 remove_from_dsts(lhs_entry->rhs_full, lhs); 164 } else if (lhs->type->is_vector()) { 167 remove_from_dsts(lhs_entry->rhs_element[i], lhs); 173 _mesa_set_add(rhs_entry->dsts, lhs); 183 remove_unused_var_from_dsts(acp_entry * lhs_entry,ir_variable * lhs,ir_variable * var) argument 373 ir_dereference_variable *lhs = ir->lhs->as_dereference_variable(); local in function:ir_copy_propagation_elements_visitor::visit_leave 680 ir_dereference_variable *lhs = ir->lhs->as_dereference_variable(); local in function:ir_copy_propagation_elements_visitor::add_copy [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_private.cpp | 188 bool operator == (const st_src_reg& lhs, const st_src_reg& rhs) argument 192 if (lhs.type != rhs.type || 193 lhs.file != rhs.file || 194 lhs.index != rhs.index || 195 lhs.swizzle != rhs.swizzle || 196 lhs.index2D != rhs.index2D || 197 lhs.has_index2 != rhs.has_index2 || 198 lhs.array_id != rhs.array_id || 199 lhs.negate != rhs.negate || 200 lhs 334 operator ==(const st_dst_reg & lhs,const st_dst_reg & rhs) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_private.cpp | 188 bool operator == (const st_src_reg& lhs, const st_src_reg& rhs) argument 192 if (lhs.type != rhs.type || 193 lhs.file != rhs.file || 194 lhs.index != rhs.index || 195 lhs.swizzle != rhs.swizzle || 196 lhs.index2D != rhs.index2D || 197 lhs.has_index2 != rhs.has_index2 || 198 lhs.array_id != rhs.array_id || 199 lhs.negate != rhs.negate || 200 lhs 334 operator ==(const st_dst_reg & lhs,const st_dst_reg & rhs) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.h | 119 bool operator==(const swr_jit_fs_key &lhs, const swr_jit_fs_key &rhs); 120 bool operator==(const swr_jit_vs_key &lhs, const swr_jit_vs_key &rhs); 121 bool operator==(const swr_jit_fetch_key &lhs, const swr_jit_fetch_key &rhs); 122 bool operator==(const swr_jit_gs_key &lhs, const swr_jit_gs_key &rhs);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.h | 170 bool operator==(const swr_jit_fs_key &lhs, const swr_jit_fs_key &rhs); 171 bool operator==(const swr_jit_vs_key &lhs, const swr_jit_vs_key &rhs); 172 bool operator==(const swr_jit_fetch_key &lhs, const swr_jit_fetch_key &rhs); 173 bool operator==(const swr_jit_gs_key &lhs, const swr_jit_gs_key &rhs); 174 bool operator==(const swr_jit_tcs_key &lhs, const swr_jit_tcs_key &rhs); 175 bool operator==(const swr_jit_tes_key &lhs, const swr_jit_tes_key &rhs);
|
| /xsrc/external/mit/xcb-proto/dist/xcbgen/ |
| H A D | expr.py | 45 lhs and rhs are the sub-Expressions if op is set. 64 self.lhs = None 85 self.lhs = Expression(list(elt)[0], parent) 89 self.lenfield_name = self.lhs.lenfield_name 144 if self.lhs.fixed_size(): 145 multiple *= self.lhs.get_value() 152 for subexpr in (self.lhs, self.rhs):
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 194 static inline ImVec2 operator*(const ImVec2& lhs, const float rhs) { return ImVec2(lhs.x*rhs, lhs.y*rhs); } argument 195 static inline ImVec2 operator/(const ImVec2& lhs, const float rhs) { return ImVec2(lhs.x/rhs, lhs.y/rhs); } argument 196 static inline ImVec2 operator+(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x+rhs.x, lhs.y+rhs.y); } argument 197 static inline ImVec2 operator-(const ImVec2& lhs, cons argument 198 operator *(const ImVec2 & lhs,const ImVec2 & rhs) argument 199 operator /(const ImVec2 & lhs,const ImVec2 & rhs) argument 200 operator +=(ImVec2 & lhs,const ImVec2 & rhs) argument 201 operator -=(ImVec2 & lhs,const ImVec2 & rhs) argument 202 operator *=(ImVec2 & lhs,const float rhs) argument 203 operator /=(ImVec2 & lhs,const float rhs) argument 204 operator +(const ImVec4 & lhs,const ImVec4 & rhs) argument 205 operator -(const ImVec4 & lhs,const ImVec4 & rhs) argument 206 operator *(const ImVec4 & lhs,const ImVec4 & rhs) argument 227 ImMin(T lhs,T rhs) argument 228 ImMax(T lhs,T rhs) argument 233 ImMin(const ImVec2 & lhs,const ImVec2 & rhs) argument 234 ImMax(const ImVec2 & lhs,const ImVec2 & rhs) argument 240 ImLengthSqr(const ImVec2 & lhs) argument 241 ImLengthSqr(const ImVec4 & lhs) argument 242 ImInvLength(const ImVec2 & lhs,float fail_value) argument 248 ImMul(const ImVec2 & lhs,const ImVec2 & rhs) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 194 static inline ImVec2 operator*(const ImVec2& lhs, const float rhs) { return ImVec2(lhs.x*rhs, lhs.y*rhs); } argument 195 static inline ImVec2 operator/(const ImVec2& lhs, const float rhs) { return ImVec2(lhs.x/rhs, lhs.y/rhs); } argument 196 static inline ImVec2 operator+(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x+rhs.x, lhs.y+rhs.y); } argument 197 static inline ImVec2 operator-(const ImVec2& lhs, cons argument 198 operator *(const ImVec2 & lhs,const ImVec2 & rhs) argument 199 operator /(const ImVec2 & lhs,const ImVec2 & rhs) argument 200 operator +=(ImVec2 & lhs,const ImVec2 & rhs) argument 201 operator -=(ImVec2 & lhs,const ImVec2 & rhs) argument 202 operator *=(ImVec2 & lhs,const float rhs) argument 203 operator /=(ImVec2 & lhs,const float rhs) argument 204 operator +(const ImVec4 & lhs,const ImVec4 & rhs) argument 205 operator -(const ImVec4 & lhs,const ImVec4 & rhs) argument 206 operator *(const ImVec4 & lhs,const ImVec4 & rhs) argument 227 ImMin(T lhs,T rhs) argument 228 ImMax(T lhs,T rhs) argument 233 ImMin(const ImVec2 & lhs,const ImVec2 & rhs) argument 234 ImMax(const ImVec2 & lhs,const ImVec2 & rhs) argument 240 ImLengthSqr(const ImVec2 & lhs) argument 241 ImLengthSqr(const ImVec4 & lhs) argument 242 ImInvLength(const ImVec2 & lhs,float fail_value) argument 248 ImMul(const ImVec2 & lhs,const ImVec2 & rhs) argument [all...] |