Home
last modified time | relevance | path

Searched refs:uniformType (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderReturnTests.cpp124 ReturnTestUniformSetup (const BaseUniformType uniformType) in ReturnTestUniformSetup() argument
125 : m_uniformType(uniformType) in ReturnTestUniformSetup()
/external/deqp/modules/glshared/
DglsRandomShaderProgram.cpp162 const rsg::VariableType& uniformType = uniformVar->getType(); in refreshUniforms() local
165 …m_execCtx.getValue(uniformVar) = rsg::ConstValueAccess(uniformType, (const rsg::Scalar*)&uniformSl… in refreshUniforms()
/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp347 GrSLType uniformType = access.texture()->texturePriv().imageStorageType(); in emitImageStorage() local
349 uniformType, access.format(), access.memoryModel(), access.restrict(), access.ioType(), in emitImageStorage()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp1359 std::string uniformType; in genMultilineDescription() local
1369 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage); in genMultilineDescription()
1386 …buf << "Querying properties of " << glu::getDataTypeName(varDef->m_dataType) << uniformType << " v… in genMultilineDescription()