HomeSort by relevance Sort by last modified time
    Searched full:uvec3 (Results 51 - 75 of 204) sorted by null

1 23 4 5 6 7 8 9

  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilityTests.cpp 844 { s_shader_version, "#define TTYPE highp uvec3\n"
846 "#define LEFT uvec3(1, 2, 3)\n"
847 "#define RIGHT uvec3(4, 5, 6)\n"
849 "#define REFERENCE uvec3(4, 2, 6)\n",
860 { s_shader_version, "#define TTYPE mediump uvec3\n"
862 "#define LEFT uvec3(1, 2, 3)\n"
863 "#define RIGHT uvec3(4, 5, 6)\n"
865 "#define REFERENCE uvec3(4, 2, 6)\n",
876 { s_shader_version, "#define TTYPE lowp uvec3\n"
878 "#define LEFT uvec3(1, 2, 3)\n
    [all...]
gl4cComputeShaderTests.cpp 42 using tcu::UVec3;
51 typedef UVec3 uvec3; typedef in namespace:gl4cts::__anon17486
95 uvec3 IndexTo3DCoord(GLuint idx, GLuint max_x, GLuint max_y)
102 return uvec3(x, y, z);
596 " if (gl_WorkGroupSize == uvec3("
598 << ") && gl_WorkGroupID == uvec3(0) &&" NL " gl_GlobalInvocationID == gl_LocalInvocationID) {" NL
744 std::string GenSource(const uvec3& local_size, const uvec3& num_groups)
746 const uvec3 global_size = local_size * num_groups
    [all...]
gl3cGPUShader5Tests.hpp 132 * ivec3 - uvec3
139 * uvec3 - vec3
  /external/deqp/framework/common/
tcuVectorType.hpp 50 typedef Vector<deUint32, 3> UVec3;
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayImageTextureSize.cpp 607 "layout (location = 0) out flat uvec3 texture_std_size;\n"
608 "layout (location = 1) out flat uvec3 texture_shw_size;\n"
614 " texture_std_size = uvec3( textureSize(texture_std_sampler, 0) );\n"
615 " texture_shw_size = uvec3( textureSize(texture_shw_sampler, 0) );\n"
756 "layout (location = 0) out flat uvec3 texture_std_size;\n"
757 "layout (location = 1) out flat uvec3 texture_shw_size;\n"
764 " texture_std_size = uvec3( textureSize(texture_std_sampler, 0) );\n"
765 " texture_shw_size = uvec3( textureSize(texture_shw_sampler, 0) );\n"
929 "layout (location = 0) out flat uvec3 texture_std_size_array[];\n"
930 "layout (location = 1) out flat uvec3 texture_shw_size_array[];\n
    [all...]
  /external/deqp/data/gles3/shaders/
linkage.test 1334 case uvec3
1336 desc "varying of type uvec3"
1339 input uvec3 in0 = [ uvec3(1, 1, 2) | uvec3(25, 25, 3) | uvec3(1, 1, 1) | uvec3(2, 3, 4) | uvec3(16, 17, 18) ];
1340 output uvec3 out0 = [ uvec3(1, 1, 2) | uvec3(25, 25, 3) | uvec3(1, 1, 1) | uvec3(2, 3, 4) | uvec3(16, 17, 18) ]
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderTestUtil.cpp 80 "%uvec3 = OpTypeVector %u32 3\n"
82 "%uvec3ptr = OpTypePointer Input %uvec3\n") +
  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp 52 using tcu::UVec3;
68 ShaderAtomicOpCase (Context& context, const char* name, const char* funcName, AtomicOperandType operandType, DataType type, Precision precision, const UVec3& workGroupSize);
84 const UVec3 m_workGroupSize;
85 const UVec3 m_numWorkGroups;
96 ShaderAtomicOpCase::ShaderAtomicOpCase (Context& context, const char* name, const char* funcName, AtomicOperandType operandType, DataType type, Precision precision, const UVec3& workGroupSize)
259 : ShaderAtomicOpCase(context, name, "atomicAdd", operandType, type, precision, UVec3(3,2,1))
413 : ShaderAtomicOpCase(context, name, "atomicMin", operandType, type, precision, UVec3(3,2,1))
494 : ShaderAtomicOpCase(context, name, "atomicMax", operandType, type, precision, UVec3(3,2,1))
576 : ShaderAtomicOpCase(context, name, "atomicAnd", operandType, type, precision, UVec3(3,2,1))
652 : ShaderAtomicOpCase(context, name, "atomicOr", operandType, type, precision, UVec3(3,2,1)
    [all...]
es31fNegativeComputeTests.cpp 767 << "uvec3 gl_NumWorkGroups;\n"
768 << "uvec3 gl_WorkGroupSize;\n"
769 << "uvec3 gl_WorkGroupID;\n"
770 << "uvec3 gl_LocalInvocationID;\n"
771 << "uvec3 gl_GlobalInvocationID;\n"
772 << "uvec3 gl_LocalInvocationIndex;\n"
    [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.cpp 217 "uvec3",
322 3, // uvec3
427 TYPE_UINT, // uvec3
532 TYPE_FLOAT_VEC3, // uvec3
637 TYPE_DOUBLE_VEC3, // uvec3
gluShaderLibrary.cpp 641 { "uvec3", TOKEN_UINT_VEC3 },
884 case TOKEN_UINT_VEC3: return "uvec3";
    [all...]
  /external/deqp/doc/testspecs/GLES31/
functional.compute.indirect_dispatch.txt 49 a SSBO with two fields. One is reference work group count (uvec3) and another
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.hpp 102 inline VkExtent3D makeExtent3D(const tcu::UVec3& vec)
  /external/deqp/modules/gles3/scripts/
gen-invalid-implicit-conversions.py 100 uintegers = ['uint', 'uvec2', 'uvec3', 'uvec4']
genutil.py 243 def toUVec3(self): return UVec3(self.x, self.x, self.x)
410 def toUVec3(self): return UVec3(self.x, self.y, 0.0)
521 def toUVec3(self): return UVec3(self.x, self.y, self.z)
527 def toUint(self): return UVec3(int(self.x), int(self.y), int(self.z))
608 class UVec3(Vec3):
615 return "uvec3"
618 return "uvec3(%i, %i, %i)" % (self.x, self.y, self.z)
640 def toUVec3(self): return UVec3(self.x, self.y, self.z)
gen-keywords.py 71 "uvec3", "uvec4", "lowp", "mediump", "highp", "precision", "sampler2D", "sampler3D", "samplerCube",
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTranscodingSupportTests.cpp 66 using tcu::UVec3;
89 UVec3 size;
266 const UVec3& size,
271 const UVec3& size,
447 const UVec3& size,
490 VkDeviceSize GraphicsAttachmentsTestInstance::getUncompressedImageData (const VkFormat format, const UVec3& size, std::vector<deUint8>& data)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleInterpolationTests.cpp 334 const tcu::UVec3 layerSize = getLayerSize(IMAGE_TYPE_2D, m_imageMSParams.imageSize);
    [all...]
vktPipelineMultisampleBase.cpp 39 const tcu::UVec3& imageSize) const
vktPipelineMultisampleShaderBuiltInTests.cpp 462 const tcu::UVec3 layerSize = getLayerSize(IMAGE_TYPE_2D, m_imageMSParams.imageSize);
    [all...]
  /external/deqp/modules/gles31/scripts/
genutil.py 243 def toUVec3(self): return UVec3(self.x, self.x, self.x)
412 def toUVec3(self): return UVec3(self.x, self.y, 0.0)
523 def toUVec3(self): return UVec3(self.x, self.y, self.z)
529 def toUint(self): return UVec3(int(self.x), int(self.y), int(self.z))
610 class UVec3(Vec3):
617 return "uvec3"
620 return "uvec3(%i, %i, %i)" % (self.x, self.y, self.z)
642 def toUVec3(self): return UVec3(self.x, self.y, self.z)
  /external/swiftshader/src/OpenGL/compiler/
BaseTypes.h 56 EbtGenUType, // non type: represents uint, uvec2, uvec3, and uvec4
60 EbtUVec, // non type: represents uvec2, uvec3, and uvec4
glslang_tab.h 87 UVEC3 = 290,
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferMAXSizeValidation.hpp 80 * uvec3 outValue;
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]

Completed in 1226 milliseconds

1 23 4 5 6 7 8 9