Searched defs:coordType (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/gpu/glsl/
H A DGrGLSLGeometryProcessor.cpp45 GrCoordSet coordType = coordTransforms[t]->sourceCoords(); local
47 if (kLocal_GrCoordSet == coordType) {
71 if (kDevice_GrCoordSet == coordType) {
H A DGrGLSL.h59 inline const char* GrGLSLTexture2DFunctionName(GrSLType coordType, GrSLType samplerType, argument
62 SkASSERT(kVec2f_GrSLType == coordType || kVec3f_GrSLType == coordType);
70 return (kVec2f_GrSLType == coordType) ? "texture" : "textureProj";
72 if (kVec2f_GrSLType == coordType) {
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp435 unsigned coordType[4] = {1, 1, 1, 1}; local
439 coordType[ELEMENT_X] = 0;
440 coordType[ELEMENT_Y] = 0;
446 coordType[ELEMENT_Y] = 0;
448 coordType[ELEMENT_Z] = 0;
453 coordType[ELEMENT_Z] = 0;
457 EmitByte(coordType[i], OS);
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp81 CoordType coordType,
120 CoordType coordType,
131 , m_coordType (coordType)
382 CoordType coordType,
419 CoordType coordType,
429 , m_coordType (coordType)
693 for (int coordType = 0; coordType < DE_LENGTH_OF_ARRAY(coordTypes); coordType++)
695 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType]
115 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
414 TextureCubeMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int size) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp424 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps); local
426 const char* coordTypeName = glu::getDataTypeName(coordType);
H A Des2fTextureMipmapTests.cpp82 CoordType coordType,
121 CoordType coordType,
132 , m_coordType (coordType)
436 CoordType coordType,
473 CoordType coordType,
483 , m_coordType (coordType)
1126 for (int coordType = 0; coordType < DE_LENGTH_OF_ARRAY(coordTypes); coordType++)
1128 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType]
116 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
468 TextureCubeMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int size) argument
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp78 CoordType coordType,
117 CoordType coordType,
128 , m_coordType (coordType)
375 CoordType coordType,
412 CoordType coordType,
422 , m_coordType (coordType)
682 for (int coordType = 0; coordType < DE_LENGTH_OF_ARRAY(coordTypes); coordType++)
684 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType]
112 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
407 TextureCubeMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int size) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp472 const glu::DataType coordType = getSamplerCoordType(m_samplerType); local
494 coords.resize(numInvocations * getDataTypeScalarSize(coordType));
520 const int numCoordComps = getDataTypeScalarSize(coordType);
570 const int numCoordComps = getDataTypeScalarSize(coordType);
741 const glu::DataType coordType = getSamplerCoordType(m_samplerType); local
748 m_shaderSpec.inputs.push_back(Symbol(coordsName, glu::VarType(coordType, glu::PRECISION_HIGHP)));
/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp610 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision) argument
612 DE_ASSERT(glu::isDataTypeFloatOrVec(coordType));
628 vertexParams["DATATYPE"] = glu::getDataTypeName(coordType);
H A Des3fTextureMipmapTests.cpp131 CoordType coordType,
170 CoordType coordType,
181 , m_coordType (coordType)
480 CoordType coordType,
517 CoordType coordType,
527 , m_coordType (coordType)
1083 CoordType coordType,
1116 Texture3DMipmapCase::Texture3DMipmapCase (Context& context, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 format, int width, int height, int depth) argument
1118 , m_coordType (coordType)
2468 for (int coordType
165 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
512 TextureCubeMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int size) argument
[all...]
H A Des3fShaderTextureFunctionTests.cpp755 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps); local
757 const char* coordTypeName = glu::getDataTypeName(coordType);
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp401 const DataType coordType = getSamplerCoordType(m_samplerType); local
407 spec->inputs.push_back(Symbol(coordsName, VarType(coordType, PRECISION_HIGHP)));
490 const DataType coordType = getSamplerCoordType(m_samplerType); local
508 coords.resize(numInvocations * getDataTypeScalarSize(coordType));
514 const int numCoordComps = getDataTypeScalarSize(coordType);
591 const int numCoordComps = getDataTypeScalarSize(coordType);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 334 milliseconds