Home
last modified time | relevance | path

Searched refs:UniformValue (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_value.cpp203 UniformValue::UniformValue(uint32_t sel, uint32_t chan, uint32_t kcache_bank): in UniformValue() function in r600::UniformValue
210 UniformValue::UniformValue(uint32_t sel, uint32_t chan, PValue addr): in UniformValue() function in r600::UniformValue
219 uint32_t UniformValue::sel() const in sel()
225 uint32_t UniformValue::kcache_bank() const in kcache_bank()
230 bool UniformValue::is_equal_to(const Value& other) const in is_equal_to()
232 const UniformValue& o = static_cast<const UniformValue&>(other); in is_equal_to()
237 void UniformValue::do_print(std::ostream& os) const in do_print()
Dsfn_value.h183 class UniformValue: public Value {
185 UniformValue(uint32_t sel, uint32_t chan, uint32_t kcache_bank = 0);
186 UniformValue(uint32_t sel, uint32_t chan, PValue addr);
Dsfn_liverange.cpp824 const UniformValue& v = static_cast<const UniformValue&>(src); in record_read()
845 const UniformValue& v = static_cast<const UniformValue&>(src); in record_write()
Dsfn_instruction_base.cpp64 auto& val = static_cast<UniformValue&>(*v); in remap()
Dsfn_shader_base.cpp373 auto& c = static_cast<UniformValue&>(s); in emit_instruction()
909 auto u = PValue(new UniformValue(512 + buf_offset->u32, cmp, bufid->u32 + 1)); in emit_load_ubo_vec4()
927 auto u = PValue(new UniformValue(512 + buf_offset->u32, cmp, kc_id)); in emit_load_ubo_vec4()
984 PValue u = PValue(new UniformValue(512 + literal->u32 + base, i)); in load_uniform()
Dsfn_vertexstageexport.cpp236 … PValue(new UniformValue(512 + i, j, R600_BUFFER_INFO_CONST_BUFFER)), in emit_clip_vertices()
Dsfn_emitssboinstruction.cpp605 … PValue(new UniformValue(lookup_resid/4 + R600_SHADER_BUFFER_INFO_SEL, lookup_resid % 4, in emit_image_size()
Dsfn_ir_to_assembly.cpp1205 const UniformValue& cv = static_cast<const UniformValue&>(s); in copy_src()
Dsfn_emitaluinstruction.cpp272 std::array<const UniformValue *,4> c; in split_constants()
280 c[nconst] = static_cast<const UniformValue *>(src.get()); in split_constants()
/external/skia/gm/
Dparticles.cpp20 struct UniformValue { struct
31 std::vector<UniformValue> uniforms = {}) in ParticlesGM() argument
87 std::vector<UniformValue> fUniforms;
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp538 class UniformValue class
599 UniformValue(const UniformType& _type, UniformValueGenerator& generator) : type(_type) in UniformValue() function in glcts::__anon922be9b20111::UniformValue
732 UniformValue value;
745 const UniformValue& getRetVal() const in getRetVal()
765 UniformValue embeddedRetVal;
824 embeddedUIntUniform = UniformValue(UniformType(GL_UNSIGNED_INT, arraySize), generator); in SubroutineUniform()
850 embeddedUIntUniform = UniformValue(UniformType(GL_UNSIGNED_INT, arraySize), generator); in SubroutineUniform()
906 UniformValue embeddedUIntUniform;