HomeSort by relevance Sort by last modified time
    Searched refs:IVec3 (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 664 // IVec3
665 UNIFORM_CASE(UI3_MINUS_ONE, tcu::IVec3(-1));
666 UNIFORM_CASE(UI3_ZERO, tcu::IVec3(0));
667 UNIFORM_CASE(UI3_ONE, tcu::IVec3(1));
668 UNIFORM_CASE(UI3_TWO, tcu::IVec3(2));
669 UNIFORM_CASE(UI3_THREE, tcu::IVec3(3));
670 UNIFORM_CASE(UI3_FOUR, tcu::IVec3(4));
671 UNIFORM_CASE(UI3_FIVE, tcu::IVec3(5));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 355 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
356 lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
682 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10);
683 lookupPrec.uvwBits = tcu::IVec3(5,5,0);
871 comparePrec.filterBits = tcu::IVec3(4, 4, 0);
    [all...]
es2fTextureFilteringTests.cpp 307 lookupPrecision.coordBits = tcu::IVec3(9,9,0); // mediump interpolation
308 lookupPrecision.uvwBits = tcu::IVec3(5,5,0);
593 lookupPrecision.coordBits = tcu::IVec3(9,9,9); // mediump interpolation
594 lookupPrecision.uvwBits = tcu::IVec3(3,3,0);
es2fNegativeTextureApiTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 399 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
400 lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
721 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10);
722 lookupPrec.uvwBits = tcu::IVec3(5,5,0);
909 comparePrec.filterBits = tcu::IVec3(4, 4, 0);
    [all...]
es3fVertexTextureTests.cpp 48 using tcu::IVec3;
129 static inline Vec3 safe2DArrayTexCoords (const Vec3& raw, const IVec3& textureSize)
134 static inline Vec3 safe3DTexCoords (const Vec3& raw, const IVec3& textureSize)
362 void PosTexCoordQuadGrid<TEXTURETYPE_2D_ARRAY>::initializeTexCoords (const IVec3& textureSize, const TexCoordParams& texCoordParams, bool useSafeTexCoords)
379 void PosTexCoordQuadGrid<TEXTURETYPE_3D>::initializeTexCoords (const IVec3& textureSize, const TexCoordParams& texCoordParams, bool useSafeTexCoords)
414 static inline IVec3 getTextureSize (const glu::Texture2DArray& tex)
417 return IVec3(ref.getWidth(), ref.getHeight(), ref.getNumLayers());
420 static inline IVec3 getTextureSize (const glu::Texture3D& tex)
423 return IVec3(ref.getWidth(), ref.getHeight(), ref.getDepth());
    [all...]
es3fFboMultisampleTests.cpp 49 using tcu::IVec3;
es3fFboStencilbufferTests.cpp 44 using tcu::IVec3;
es3fFboDepthbufferTests.cpp 44 using tcu::IVec3;
  /external/deqp/framework/common/
tcuTestLog.cpp 294 IVec3 scaledSize = computeScaledSize(IVec3(width, height, depth), MAX_IMAGE_SIZE_3D);
tcuImageCompare.cpp 91 static int findNumPositionDeviationFailingPixels (const PixelBufferAccess& errorMask, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 385 lookupPrecision.uvwBits = tcu::IVec3(6);
395 lookupPrecision.uvwBits = tcu::IVec3(4);
es31fProgramStateQueryTests.cpp 501 verifyStateProgramIntegerVec3(result, gl, program.getProgram(), GL_COMPUTE_WORK_GROUP_SIZE, tcu::IVec3(3, 1, 1), m_verifier);
512 verifyStateProgramIntegerVec3(result, gl, program.getProgram(), GL_COMPUTE_WORK_GROUP_SIZE, tcu::IVec3(3, 2, 1), m_verifier);
523 verifyStateProgramIntegerVec3(result, gl, program.getProgram(), GL_COMPUTE_WORK_GROUP_SIZE, tcu::IVec3(3, 2, 4), m_verifier);
    [all...]
es31fIndexedStateQueryTests.cpp 164 MinValueIndexed3Case (Context& context, const char* name, const char* desc, glw::GLenum target, const tcu::IVec3& ref, QueryType verifierType);
170 const tcu::IVec3 m_ref;
174 MinValueIndexed3Case::MinValueIndexed3Case (Context& context, const char* name, const char* desc, glw::GLenum target, const tcu::IVec3& ref, QueryType verifierType)
    [all...]
es31fSampleVariableTests.cpp 65 , m_threshold (tcu::IVec3(_threshold))
69 ColorVerifier (const tcu::Vec3& _color, tcu::IVec3 _threshold)
78 return !tcu::boolAny(tcu::greaterThan(tcu::abs(m_color.toIVec().swizzle(0, 1, 2) - testColor.toIVec().swizzle(0, 1, 2)), tcu::IVec3(m_threshold)));
93 const tcu::IVec3 m_threshold;
581 allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, sampleIdColor, 1.0f), tcu::IVec3(1, threshold, 1)), false);
824 tcu::IVec3 colorSum(0, 0, 0);
    [all...]
  /external/deqp/modules/glshared/
glsStateQueryUtil.hpp 407 void verifyIntegerVec3 (tcu::ResultCollector& result, QueriedState& state, const tcu::IVec3& expected);
434 void verifyStateProgramIntegerVec3 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLuint program, glw::GLenum pname, const tcu::IVec3& expected, QueryType type);
glsTextureTestUtil.hpp 366 void computeQuadTexCoord3D (std::vector<float>& dst, const tcu::Vec3& p0, const tcu::Vec3& p1, const tcu::IVec3& dirSwz);
544 tcu::IVec3 filterBits; //!< Bits in filtering parameters (fixed-point).
glsDrawTest.cpp 145 "ivec3", // OUTPUTTYPE_IVEC3,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp 66 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount)
334 const tcu::IVec3& imageSize,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 191 const tcu::IVec3 sliceSize (srcAccess.getWidth(), sliceHeight, sliceDepth);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp 822 tcu::IVec3 mipExtend
823 = tcu::IVec3(m_extent.width, m_extent.height, m_extent.depth);
833 mipExtend = tcu::max(mipExtend / 2, tcu::IVec3(1));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateImageObjectUtil.cpp 822 tcu::IVec3 mipExtend
823 = tcu::IVec3(m_extent.width, m_extent.height, m_extent.depth);
833 mipExtend = tcu::max(mipExtend / 2, tcu::IVec3(1));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.cpp 800 tcu::IVec3 mipExtend
801 = tcu::IVec3(m_extent.width, m_extent.height, m_extent.depth);
811 mipExtend = tcu::max(mipExtend / 2, tcu::IVec3(1));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 369 const tcu::IVec3& numWorkGroups = m_shaderSpec.numWorkGroups;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 919 const tcu::IVec3 posDeviation (1,1,0);
    [all...]

Completed in 853 milliseconds

1 23 4 5