Home
last modified time | relevance | path

Searched refs:InlineConstValue (Results 1 – 25 of 64) sorted by relevance

123

/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_value.cpp156 InlineConstValue::InlineConstValue(int value, int chan): in InlineConstValue() function in r600::InlineConstValue
162 uint32_t InlineConstValue::sel() const in sel()
167 void InlineConstValue::do_print(std::ostream& os) const in do_print()
185 bool InlineConstValue::is_equal_to(const Value& other) const in is_equal_to()
188 const auto& rhs = static_cast<const InlineConstValue&>(other); in is_equal_to()
192 PValue Value::zero(new InlineConstValue(ALU_SRC_0, 0));
193 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0));
194 PValue Value::one_i(new InlineConstValue(ALU_SRC_1_INT, 0));
195 PValue Value::zero_dot_5(new InlineConstValue(ALU_SRC_0_5, 0));
H A Dsfn_value.h165 class InlineConstValue: public Value {
167 InlineConstValue(int value, int chan);
H A Dsfn_shader_fragment.cpp718 PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + in emit_load_input()
845 PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated()
864 … PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_one_comp()
881 …ir = new AluInstruction(op, dest[i], i & 1 ? ip.j : ip.i, PValue(new InlineConstValue(ALU_SRC_PARA… in load_interpolated_two_comp()
898 … PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_two_comp_for_one()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_value.cpp156 InlineConstValue::InlineConstValue(int value, int chan): in InlineConstValue() function in r600::InlineConstValue
162 uint32_t InlineConstValue::sel() const in sel()
167 void InlineConstValue::do_print(std::ostream& os) const in do_print()
185 bool InlineConstValue::is_equal_to(const Value& other) const in is_equal_to()
188 const auto& rhs = static_cast<const InlineConstValue&>(other); in is_equal_to()
192 PValue Value::zero(new InlineConstValue(ALU_SRC_0, 0));
193 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0));
194 PValue Value::one_i(new InlineConstValue(ALU_SRC_1_INT, 0));
195 PValue Value::zero_dot_5(new InlineConstValue(ALU_SRC_0_5, 0));
H A Dsfn_value.h165 class InlineConstValue: public Value {
167 InlineConstValue(int value, int chan);
H A Dsfn_shader_fragment.cpp718 PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + in emit_load_input()
845 PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated()
864 … PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_one_comp()
881 …ir = new AluInstruction(op, dest[i], i & 1 ? ip.j : ip.i, PValue(new InlineConstValue(ALU_SRC_PARA… in load_interpolated_two_comp()
898 … PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_two_comp_for_one()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_value.cpp156 InlineConstValue::InlineConstValue(int value, int chan): in InlineConstValue() function in r600::InlineConstValue
162 uint32_t InlineConstValue::sel() const in sel()
167 void InlineConstValue::do_print(std::ostream& os) const in do_print()
185 bool InlineConstValue::is_equal_to(const Value& other) const in is_equal_to()
188 const auto& rhs = static_cast<const InlineConstValue&>(other); in is_equal_to()
192 PValue Value::zero(new InlineConstValue(ALU_SRC_0, 0));
193 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0));
194 PValue Value::one_i(new InlineConstValue(ALU_SRC_1_INT, 0));
195 PValue Value::zero_dot_5(new InlineConstValue(ALU_SRC_0_5, 0));
H A Dsfn_value.h165 class InlineConstValue: public Value {
167 InlineConstValue(int value, int chan);
H A Dsfn_shader_fragment.cpp718 PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + in emit_load_input()
845 PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated()
864 … PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_one_comp()
881 …ir = new AluInstruction(op, dest[i], i & 1 ? ip.j : ip.i, PValue(new InlineConstValue(ALU_SRC_PARA… in load_interpolated_two_comp()
898 … PValue(new InlineConstValue(ALU_SRC_PARAM_BASE + io.lds_pos(), i)), in load_interpolated_two_comp_for_one()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_value.cpp156 InlineConstValue::InlineConstValue(int value, int chan): in InlineConstValue() function in r600::InlineConstValue
162 uint32_t InlineConstValue::sel() const in sel()
167 void InlineConstValue::do_print(std::ostream& os) const in do_print()
185 bool InlineConstValue::is_equal_to(const Value& other) const in is_equal_to()
188 const auto& rhs = static_cast<const InlineConstValue&>(other); in is_equal_to()
192 PValue Value::zero(new InlineConstValue(ALU_SRC_0, 0));
193 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0));
194 PValue Value::one_i(new InlineConstValue(ALU_SRC_1_INT, 0));
195 PValue Value::zero_dot_5(new InlineConstValue(ALU_SRC_0_5, 0));
H A Dsfn_value.h165 class InlineConstValue: public Value {
167 InlineConstValue(int value, int chan);
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_value.cpp156 InlineConstValue::InlineConstValue(int value, int chan): in InlineConstValue() function in r600::InlineConstValue
162 uint32_t InlineConstValue::sel() const in sel()
167 void InlineConstValue::do_print(std::ostream& os) const in do_print()
185 bool InlineConstValue::is_equal_to(const Value& other) const in is_equal_to()
188 const auto& rhs = static_cast<const InlineConstValue&>(other); in is_equal_to()
192 PValue Value::zero(new InlineConstValue(ALU_SRC_0, 0));
193 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0));
194 PValue Value::one_i(new InlineConstValue(ALU_SRC_1_INT, 0));
195 PValue Value::zero_dot_5(new InlineConstValue(ALU_SRC_0_5, 0));
H A Dsfn_value.h165 class InlineConstValue: public Value {
167 InlineConstValue(int value, int chan);
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_value.cpp156 InlineConstValue::InlineConstValue(int value, int chan): in InlineConstValue() function in r600::InlineConstValue
162 uint32_t InlineConstValue::sel() const in sel()
167 void InlineConstValue::do_print(std::ostream& os) const in do_print()
185 bool InlineConstValue::is_equal_to(const Value& other) const in is_equal_to()
188 const auto& rhs = static_cast<const InlineConstValue&>(other); in is_equal_to()
192 PValue Value::zero(new InlineConstValue(ALU_SRC_0, 0));
193 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0));
194 PValue Value::one_i(new InlineConstValue(ALU_SRC_1_INT, 0));
195 PValue Value::zero_dot_5(new InlineConstValue(ALU_SRC_0_5, 0));
H A Dsfn_value.h165 class InlineConstValue: public Value {
167 InlineConstValue(int value, int chan);
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_value.cpp156 InlineConstValue::InlineConstValue(int value, int chan): in InlineConstValue() function in r600::InlineConstValue
162 uint32_t InlineConstValue::sel() const in sel()
167 void InlineConstValue::do_print(std::ostream& os) const in do_print()
185 bool InlineConstValue::is_equal_to(const Value& other) const in is_equal_to()
188 const auto& rhs = static_cast<const InlineConstValue&>(other); in is_equal_to()
192 PValue Value::zero(new InlineConstValue(ALU_SRC_0, 0));
193 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0));
194 PValue Value::one_i(new InlineConstValue(ALU_SRC_1_INT, 0));
195 PValue Value::zero_dot_5(new InlineConstValue(ALU_SRC_0_5, 0));
H A Dsfn_value.h165 class InlineConstValue: public Value {
167 InlineConstValue(int value, int chan);
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_value.cpp156 InlineConstValue::InlineConstValue(int value, int chan): in InlineConstValue() function in r600::InlineConstValue
162 uint32_t InlineConstValue::sel() const in sel()
167 void InlineConstValue::do_print(std::ostream& os) const in do_print()
185 bool InlineConstValue::is_equal_to(const Value& other) const in is_equal_to()
188 const auto& rhs = static_cast<const InlineConstValue&>(other); in is_equal_to()
192 PValue Value::zero(new InlineConstValue(ALU_SRC_0, 0));
193 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0));
194 PValue Value::one_i(new InlineConstValue(ALU_SRC_1_INT, 0));
195 PValue Value::zero_dot_5(new InlineConstValue(ALU_SRC_0_5, 0));
H A Dsfn_value.h165 class InlineConstValue: public Value {
167 InlineConstValue(int value, int chan);
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_value.cpp156 InlineConstValue::InlineConstValue(int value, int chan): in InlineConstValue() function in r600::InlineConstValue
162 uint32_t InlineConstValue::sel() const in sel()
167 void InlineConstValue::do_print(std::ostream& os) const in do_print()
185 bool InlineConstValue::is_equal_to(const Value& other) const in is_equal_to()
188 const auto& rhs = static_cast<const InlineConstValue&>(other); in is_equal_to()
192 PValue Value::zero(new InlineConstValue(ALU_SRC_0, 0));
193 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0));
194 PValue Value::one_i(new InlineConstValue(ALU_SRC_1_INT, 0));
195 PValue Value::zero_dot_5(new InlineConstValue(ALU_SRC_0_5, 0));
H A Dsfn_value.h165 class InlineConstValue: public Value {
167 InlineConstValue(int value, int chan);
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sfn/
H A Dsfn_value.cpp156 InlineConstValue::InlineConstValue(int value, int chan): in InlineConstValue() function in r600::InlineConstValue
162 uint32_t InlineConstValue::sel() const in sel()
167 void InlineConstValue::do_print(std::ostream& os) const in do_print()
185 bool InlineConstValue::is_equal_to(const Value& other) const in is_equal_to()
188 const auto& rhs = static_cast<const InlineConstValue&>(other); in is_equal_to()
192 PValue Value::zero(new InlineConstValue(ALU_SRC_0, 0));
193 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0));
194 PValue Value::one_i(new InlineConstValue(ALU_SRC_1_INT, 0));
195 PValue Value::zero_dot_5(new InlineConstValue(ALU_SRC_0_5, 0));
H A Dsfn_value.h165 class InlineConstValue: public Value {
167 InlineConstValue(int value, int chan);
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sfn/
H A Dsfn_value.cpp186 PValue Value::zero(new InlineConstValue(ALU_SRC_0, 0));
187 PValue Value::one_f(new InlineConstValue(ALU_SRC_1, 0));
188 PValue Value::one_i(new InlineConstValue(ALU_SRC_1_INT, 0));
189 PValue Value::zero_dot_5(new InlineConstValue(ALU_SRC_0_5, 0));
191 InlineConstValue::InlineConstValue(int value, int chan): in InlineConstValue() function in r600::InlineConstValue
196 bool InlineConstValue::is_equal_to(const Value& other) const in is_equal_to()
199 const auto& rhs = static_cast<const InlineConstValue&>(other); in is_equal_to()
H A Dsfn_value.h174 class InlineConstValue: public SpecialValue {
176 InlineConstValue(int value, int chan);

123