Searched defs:emission (Results 1 - 4 of 4) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
H A Ddummy.cpp39 glm::vec4 emission; // Ecm member in struct:material
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1940 /// emission. Places the helpers in the global cache. Returns null
1944 const AutoVarEmission &emission) {
1945 const VarDecl &var = *emission.Variable;
2145 void CodeGenFunction::emitByrefStructureInit(const AutoVarEmission &emission) { argument
2147 Address addr = emission.Addr;
2166 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission);
2168 const VarDecl &D = *emission.Variable;
2278 void CodeGenFunction::enterByrefCleanup(const AutoVarEmission &emission) { argument
2284 emission.Addr.getPointer());
1943 buildByrefHelpers(llvm::StructType &byrefType, const AutoVarEmission &emission) argument
H A DCGDecl.cpp138 /// EmitVarDecl - This method handles emission of any variable declaration
145 // FIXME: We need to force the emission/use of a guard variable for
296 // If constant emission failed, then this should be a C++ static
905 AutoVarEmission emission = EmitAutoVarAlloca(D); local
906 EmitAutoVarInit(emission);
907 EmitAutoVarCleanups(emission);
956 AutoVarEmission emission(D);
959 emission.IsByRef = isByRef;
994 emission.Addr = Address::invalid();
995 assert(emission
1178 EmitAutoVarInit(const AutoVarEmission &emission) argument
1325 emitAutoVarTypeCleanup( const CodeGenFunction::AutoVarEmission &emission, QualType::DestructionKind dtorKind) argument
1382 EmitAutoVarCleanups(const AutoVarEmission &emission) argument
[all...]
/external/swiftshader/src/Renderer/
H A DVertexProcessor.cpp395 void VertexProcessor::setMaterialEmission(const Color<float> &emission) argument
397 ff.materialEmission[0] = emission.r;
398 ff.materialEmission[1] = emission.g;
399 ff.materialEmission[2] = emission.b;
400 ff.materialEmission[3] = emission.a;

Completed in 371 milliseconds