/external/mesa3d/src/compiler/glsl/ |
D | link_uniform_blocks.cpp | 265 blocks[i].Uniforms = &variables[(*parcel).index]; in process_block_array_leaf() 295 (unsigned)(ptrdiff_t)(&variables[parcel->index] - blocks[i].Uniforms); in process_block_array_leaf() 502 if (strcmp(a->Uniforms[i].Name, b->Uniforms[i].Name) != 0) in link_uniform_blocks_are_compatible() 505 if (a->Uniforms[i].Type != b->Uniforms[i].Type) in link_uniform_blocks_are_compatible() 508 if (a->Uniforms[i].RowMajor != b->Uniforms[i].RowMajor) in link_uniform_blocks_are_compatible() 542 linked_block->Uniforms = ralloc_array(*linked_blocks, in link_cross_validate_uniform_block() 546 memcpy(linked_block->Uniforms, in link_cross_validate_uniform_block() 547 new_block->Uniforms, in link_cross_validate_uniform_block() 548 sizeof(*linked_block->Uniforms) * linked_block->NumUniforms); in link_cross_validate_uniform_block() 554 &linked_block->Uniforms[i]; in link_cross_validate_uniform_block()
|
D | link_atomics.cpp | 230 mab.Uniforms = rzalloc_array(prog->data->AtomicBuffers, GLuint, in link_assign_atomic_counter_resources() 240 mab.Uniforms[j] = ab.uniforms[j].uniform_loc; in link_assign_atomic_counter_resources() 284 prog->data->UniformStorage[atomic_buffer->Uniforms[u]].opaque[j].index = in link_assign_atomic_counter_resources() 286 prog->data->UniformStorage[atomic_buffer->Uniforms[u]].opaque[j].active = in link_assign_atomic_counter_resources()
|
D | link_uniforms.cpp | 500 &block->Uniforms[var->data.location]; in set_and_process() 964 const char *begin = blks[i]->Uniforms[j].Name; in link_update_uniform_buffer_variables() 975 found = strcmp(var->name, blks[i]->Uniforms[j].Name) == 0; in link_update_uniform_buffer_variables()
|
D | lower_ubo_reference.cpp | 313 *const_offset = blocks[i]->Uniforms[var->data.location].Offset; in setup_for_load_or_store()
|
/external/swiftshader/src/Renderer/ |
D | TextureStage.hpp | 122 struct Uniforms struct in sw::TextureStage 161 Uniforms uniforms; // FIXME: Private
|
D | Renderer.hpp | 168 TextureStage::Uniforms textureStage[8];
|
/external/mesa3d/src/mesa/main/ |
D | shader_query.cpp | 948 const char *iname = RESOURCE_UBO(res)->Uniforms[i].IndexName; in get_buffer_property() 960 const char *iname = RESOURCE_UBO(res)->Uniforms[i].IndexName; in get_buffer_property() 984 const char *iname = RESOURCE_UBO(res)->Uniforms[i].IndexName; in get_buffer_property() 996 const char *iname = RESOURCE_UBO(res)->Uniforms[i].IndexName; in get_buffer_property() 1026 unsigned idx = RESOURCE_ATC(res)->Uniforms[i]; in get_buffer_property()
|
D | program_resource.c | 166 const char *iname = block->Uniforms[j].IndexName; in _mesa_GetProgramInterfaceiv()
|
D | mtypes.h | 2478 struct gl_uniform_buffer_variable *Uniforms; member 2529 GLuint *Uniforms; member
|
/external/deqp/framework/referencerenderer/ |
D | design.txt | 20 Uniforms:
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 422 SmallVectorImpl<Expr *> &Uniforms, SmallVectorImpl<Expr *> &Aligneds, in parseDeclareSimdClauses() argument 461 auto *Vars = &Uniforms; in parseDeclareSimdClauses() 505 SmallVector<Expr *, 4> Uniforms; in ParseOMPDeclareSimdClauses() local 512 parseDeclareSimdClauses(*this, BS, Simdlen, Uniforms, Aligneds, in ParseOMPDeclareSimdClauses() 525 Ptr, BS, Simdlen.get(), Uniforms, Aligneds, Alignments, Linears, in ParseOMPDeclareSimdClauses()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_uniform.txt | 30 + Uniforms used in vertex shader, fragment shader, or both
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPFXParser.h | 251 CPVRTArray<SPVRTPFXParserSemantic> Uniforms; member
|
D | PVRTPFXParser.cpp | 357 Uniforms(DEFAULT_EFFECT_NUM_UNIFORM), in SPVRTPFXParserEffect() 2532 unsigned int uiUniformIdx = effect.Uniforms.Append(); in ParseEffect() 2533 if(!ParseSemantic(effect.Uniforms[uiUniformIdx], i, pReturnError)) in ParseEffect() 2600 for(unsigned int uiUniform = 0; uiUniform < effect.Uniforms.GetSize(); ++uiUniform) in ParseEffect() 2602 const SPVRTPFXParserSemantic& Sem = effect.Uniforms[uiUniform]; in ParseEffect()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 285 virtual std::string Uniforms() in Uniforms() function in glcts::__anon468074ec0111::GatherGLSLCompile 315 return "#version 310 es \n" + Uniforms() + in VertexShader() 326 Uniforms() + " void main() { \n" + Sampling() + in FragmentShader()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTPFXParserAPI.cpp | 589 …GetSemantics(m_Uniforms, ParserEffect.Uniforms, m_Semantics, &nUnknownCount, m_uiProgram, false, p… in RebuildUniformTable()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureGatherTests.cpp | 353 virtual std::string Uniforms() in Uniforms() function in gl4cts::__anon617ca93b0111::GatherGLSLCompile 398 return "#version 400 \n" + Uniforms() + in VertexShader() 408 Uniforms() + " void main() { \n" + Sampling() + in FragmentShader()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 247 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local 274 Uniforms.push_back(Inst.get()); in instantiateOMPDeclareSimdDeclAttr() 306 Uniforms, Aligneds, Alignments, Linears, LinModifiers, Steps, in instantiateOMPDeclareSimdDeclAttr()
|
D | SemaOpenMP.cpp | 3632 ArrayRef<Expr *> Uniforms, ArrayRef<Expr *> Aligneds, in ActOnOpenMPDeclareSimdDirective() argument 3669 for (auto *E : Uniforms) { in ActOnOpenMPDeclareSimdDirective() 3866 Context, BS, SL.get(), const_cast<Expr **>(Uniforms.data()), in ActOnOpenMPDeclareSimdDirective() 3867 Uniforms.size(), const_cast<Expr **>(Aligneds.data()), Aligneds.size(), in ActOnOpenMPDeclareSimdDirective()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1418 bool isUniformAfterVectorization(Instruction *I) { return Uniforms.count(I); } in isUniformAfterVectorization() 1577 SmallPtrSet<Instruction *, 4> Uniforms; member in __anonf0c7dd4c0111::LoopVectorizationLegality 4817 Uniforms.insert(Worklist.begin(), Worklist.end()); in collectLoopUniforms()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 2325 ExprArgument<"Simdlen">, VariadicExprArgument<"Uniforms">,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8245 Expr *Simdlen, ArrayRef<Expr *> Uniforms, ArrayRef<Expr *> Aligneds,
|