HomeSort by relevance Sort by last modified time
    Searched full:ivec3 (Results 201 - 225 of 371) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/swiftshader/src/OpenGL/compiler/
intermOut.cpp 273 case EOpConstructIVec3: out << "Construct ivec3"; break;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.h 274 { eDataTypeIvec3, "ivec3", 3, eInteger },
  /external/vulkan-validation-layers/libs/glm/gtx/
string_cast.inl 180 return detail::format("ivec3(%d, %d, %d)", v.x, v.y, v.z);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
string_cast.inl 180 return detail::format("ivec3(%d, %d, %d)", v.x, v.y, v.z);
  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttribBindingTests.cpp 41 using tcu::IVec3;
    [all...]
gl4cMultiBindTests.cpp     [all...]
gl4cSparseTexture2Tests.cpp 827 s.pointType = "ivec3";
834 s.pointType = "ivec3";
841 s.pointType = "ivec3";
848 s.pointType = "ivec3";
864 s.pointType = "ivec3";
    [all...]
gl3cTextureSizePromotion.cpp 632 texel_fetch_arguments_tail = "ivec3(0), 0";
636 texel_fetch_arguments_tail = "ivec3(0), 0";
645 texel_fetch_arguments_tail = "ivec3(0), ";
    [all...]
  /external/deqp/data/gles3/shaders/
keywords.test 798 case ivec3
811 float ivec3 = 1.0;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 919 const tcu::IVec3 posDeviation (1,1,0);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [all...]
  /external/deqp/modules/gles2/scripts/
genutil.py 444 return "ivec3"
457 return "ivec3(%i, %i, %i)" % (self.x, self.y, self.z)
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 724 lookupPrec.coordBits = tcu::IVec3(22, 22, 22);
725 lookupPrec.uvwBits = tcu::IVec3(5, 5, 0);
    [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsm16bitStorageTests.cpp 93 using tcu::IVec3;
622 spec.numWorkGroups = IVec3(cTypes[tyIdx].count, 1, 1);
714 spec.numWorkGroups = IVec3(cTypes[tyIdx].count, 1, 1);
873 spec.numWorkGroups = IVec3(cTypes[tyIdx].count, 1, 1);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 263 return ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(),
289 return PixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(),
330 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch());
344 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch());
    [all...]
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...]
tcuAstcUtil.cpp     [all...]
  /external/deqp/modules/internal/
ditTextureFormatTests.cpp 55 using tcu::IVec3;
    [all...]
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderTCTE.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleImageTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp 277 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec3& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq, const tcu::Vec3& rq)
773 tcu::IVec3 srcSize = tcu::IVec3(src.getWidth(), src.getHeight(), src.getDepth());
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeShaderApiTests.cpp 522 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if one of the floating-point variants of this function is used to load a uniform variable of type int, ivec2, ivec3, or ivec4.");
612 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if one of the floating-point variants of this function is used to load a uniform variable of type int, ivec2, ivec3, or ivec4.");
    [all...]
  /external/deqp/modules/gles3/scripts/
genutil.py 537 return "ivec3"
550 return "ivec3(%i, %i, %i)" % (self.x, self.y, self.z)
  /external/deqp/modules/gles31/scripts/
genutil.py 539 return "ivec3"
552 return "ivec3(%i, %i, %i)" % (self.x, self.y, self.z)

Completed in 1494 milliseconds

1 2 3 4 5 6 7 891011>>