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

1 2 3 4 5 67 8 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmLoopDepInfTests.cpp 177 spec.numWorkGroups = tcu::IVec3(numElements, 1, 1);
vktSpvAsmLoopDepLenTests.cpp 192 spec.numWorkGroups = tcu::IVec3(numElements, 1, 1);
vktSpvAsmSpirvVersionTests.cpp 167 spec.numWorkGroups = tcu::IVec3(numElements, 1, 1);
  /external/deqp/framework/randomshaders/
rsgVariableType.cpp 236 case 3: str << Token::IVEC3; break;
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 308 lookupPrecision.coordBits = tcu::IVec3(9,9,0); // mediump interpolation
309 lookupPrecision.uvwBits = tcu::IVec3(5,5,0);
594 lookupPrecision.coordBits = tcu::IVec3(9,9,9); // mediump interpolation
595 lookupPrecision.uvwBits = tcu::IVec3(3,3,0);
es2fNegativeTextureApiTests.cpp     [all...]
  /external/mesa3d/src/compiler/
builtin_type_macros.h 41 DECL_TYPE(ivec3, GL_INT_VEC3, GLSL_TYPE_INT, 3, 1)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 77 IVEC3 = 287,
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 343 lookupPrecision.coordBits = tcu::IVec3(20,20,0);
344 lookupPrecision.uvwBits = tcu::IVec3(5,5,0);
531 const tcu::IVec3 blockSize = tcu::getBlockPixelSize(format);
es3fAttribLocationTests.cpp 55 AttribType("ivec3", 1, GL_INT_VEC3),
es3fFboDepthbufferTests.cpp 44 using tcu::IVec3;
es3fFboStencilbufferTests.cpp 44 using tcu::IVec3;
  /external/deqp/modules/gles31/functional/
es31fProgramStateQueryTests.cpp 508 verifyStateProgramIntegerVec3(result, gl, program.getProgram(), GL_COMPUTE_WORK_GROUP_SIZE, tcu::IVec3(3, 1, 1), m_verifier);
519 verifyStateProgramIntegerVec3(result, gl, program.getProgram(), GL_COMPUTE_WORK_GROUP_SIZE, tcu::IVec3(3, 2, 1), m_verifier);
530 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...]
es31fNegativeComputeTests.cpp 814 args["COMPUTE_BUILT_IN_CONSTANTS_STRING"] = " gl_MaxComputeWorkGroupCount = ivec3(65535, 65535, 65535);\n"
815 " gl_MaxComputeWorkGroupCount = ivec3(1024, 1024, 64);\n"
816 " gl_MaxComputeWorkGroupSize = ivec3(512);\n"
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.hpp 168 * bool, bvec2, bvec3, bvec4, float, int, ivec2, ivec3, ivec4,
555 * ivec3 dummy1[3];
    [all...]
  /external/deqp/data/gles3/shaders/
functions.test 254 input ivec3 in0 = [ ivec3(-1, 0, 2) | ivec3(1, 4, -8) ];
264 int func (ivec3 a)
2006 ivec3 func (ivec3 a) { return a.xxx; }
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp 146 "ivec3", // OUTPUTTYPE_IVEC3,
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_vec.hpp 434 typedef lowp_ivec3 ivec3; typedef in namespace:glm
438 typedef mediump_ivec3 ivec3; typedef in namespace:glm
449 typedef highp_ivec3 ivec3; typedef in namespace:glm
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_vec.hpp 434 typedef lowp_ivec3 ivec3; typedef in namespace:glm
438 typedef mediump_ivec3 ivec3; typedef in namespace:glm
449 typedef highp_ivec3 ivec3; typedef in namespace:glm
  /external/deqp/external/openglcts/modules/common/
glcShaderLibraryCase.cpp 605 stream << "bool isOk (vec3 a, ivec3 b) { return (ivec3(floor(a + 0.5)) == b); }\n";
633 stream << "bool isOk (ivec3 a, ivec3 b) { return (a == b); }\n";
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.hpp 200 inline vk::VkDeviceSize getImageSizeBytes (const tcu::IVec3& imageSize, const vk::VkFormat format)
  /external/eigen/unsupported/test/
openglsupport.cpp 229 "uniform ivec3 v3i;\n"
  /external/mesa3d/src/compiler/glsl/
builtin_types.cpp 140 T(ivec3, 110, 100)
  /external/deqp/external/openglcts/modules/gles31/
es31cVertexAttribBindingTests.cpp 39 using tcu::IVec3;
    [all...]

Completed in 857 milliseconds

1 2 3 4 5 67 8 91011>>