Home
last modified time | relevance | path

Searched refs:m_inputType (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
DrrShaders.hpp185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; } in getInputType()
191 const GeometryShaderInputType m_inputType; member in rr::GeometryShader
DrrShaders.cpp31 : m_inputType (inputType) in GeometryShader()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp871 InputType m_inputType; member in vkt::SpirVAssembly::SpvAsmTypeTests
892 , m_inputType (inputType) in SpvAsmTypeTests()
900 if (m_inputType == TYPE_I32) in SpvAsmTypeTests()
902 else if (m_inputType == TYPE_U32) in SpvAsmTypeTests()
1514 …const bool uses8bit (m_inputType == TYPE_I8 || m_inputType == TYPE_U8 || has8BitInputWidth(in… in createStageTests()
1558 if (m_inputType == TYPE_I8 || m_inputType == TYPE_U8) in createStageTests()
1564 if (m_inputType == TYPE_I16 || m_inputType == TYPE_U16) in createStageTests()
1590 : getOtherSizeTypes(m_inputType, m_vectorSize, inputWidth); in createStageTests()
1749 const string testScalarType = (m_inputType == TYPE_I32) ? "i32" in createConstantDeclaration()
1750 : (m_inputType == TYPE_U32) ? "u32" in createConstantDeclaration()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp865 PixelType m_inputType; member in glcts::RectangleTest
1116 switch (m_inputType.type) in createGradient()
1200 if (m_inputType.special) in makeGradient()
1212 int elementSize = m_inputType.size; in makeGradient()
2005 …bool validImageAttach = isFBOImageAttachValid(m_internalFormat, m_inputFormat.format, m_inputType.… in doRead()
2086 …else if ((m_inputFormat.format != m_internalFormat.format || m_inputType.type != m_internalFormat.… in readPixels()
2127 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()
2142 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()
2155 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()
2277 …if ((m_inputFormat.format == m_internalFormat.format) && (m_inputType.type == m_internalFormat.typ… in doCopy()
[all …]
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp395 , m_inputType (Array::INPUTTYPE_FLOAT) in ContextArray()
474 m_inputType = inputType; in bind()
499 if (!inputTypeIsFloatType(m_inputType)) in glBind()
506 …m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride… in glBind()
512 …m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)(… in glBind()
523 …m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride… in glBind()
534 if (!inputTypeIsFloatType(m_inputType)) in glBind()
541 …m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride… in glBind()
547 …m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m… in glBind()
558 …m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride… in glBind()
DglsVertexArrayTests.hpp183 virtual Array::InputType getInputType (void) const { return m_inputType; } in getInputType()
209 Array::InputType m_inputType; member in deqp::gls::ContextArray
DglsDrawTest.cpp892 DrawTestSpec::InputType getInputType (void) const { return m_inputType; } in getInputType()
910 DrawTestSpec::InputType m_inputType; member in deqp::gls::__anon2b0ebd0f0111::AttributeArray
930 , m_inputType (DrawTestSpec::INPUTTYPE_FLOAT) in AttributeArray()
988 m_inputType = inputType; in setupArray()
1003 switch (m_inputType) in bindAttribute()
1057 if (!inputTypeIsFloatType(m_inputType)) in bindAttribute()
1068 …m_ctx.vertexAttribPointer(loc, size, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + … in bindAttribute()
1074 …m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, basePtr + … in bindAttribute()
1085 …m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride… in bindAttribute()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp2385 GLenum m_inputType; member in deqp::gles31::Functional::__anon67525d1a0111::NegativeDrawCase
2393 , m_inputType (inputType) in NegativeDrawCase()
2409 …enderContext().getType() , sglr::rr_util::mapGLGeometryShaderInputType(m_inputType), rr::GEOMETRYS… in init()