Searched refs:UniformValue (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_value.cpp | 203 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()
|
D | sfn_value.h | 183 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);
|
D | sfn_liverange.cpp | 824 const UniformValue& v = static_cast<const UniformValue&>(src); in record_read() 845 const UniformValue& v = static_cast<const UniformValue&>(src); in record_write()
|
D | sfn_instruction_base.cpp | 64 auto& val = static_cast<UniformValue&>(*v); in remap()
|
D | sfn_shader_base.cpp | 373 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()
|
D | sfn_vertexstageexport.cpp | 236 … PValue(new UniformValue(512 + i, j, R600_BUFFER_INFO_CONST_BUFFER)), in emit_clip_vertices()
|
D | sfn_emitssboinstruction.cpp | 605 … PValue(new UniformValue(lookup_resid/4 + R600_SHADER_BUFFER_INFO_SEL, lookup_resid % 4, in emit_image_size()
|
D | sfn_ir_to_assembly.cpp | 1205 const UniformValue& cv = static_cast<const UniformValue&>(s); in copy_src()
|
D | sfn_emitaluinstruction.cpp | 272 std::array<const UniformValue *,4> c; in split_constants() 280 c[nconst] = static_cast<const UniformValue *>(src.get()); in split_constants()
|
/external/skia/gm/ |
D | particles.cpp | 20 struct UniformValue { struct 31 std::vector<UniformValue> uniforms = {}) in ParticlesGM() argument 87 std::vector<UniformValue> fUniforms;
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 538 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;
|