HomeSort by relevance Sort by last modified time
    Searched full:dvec3 (Results 1 - 25 of 48) sorted by null

1 2

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp 443 "dvec3 sqrt(dvec3);"
448 "dvec3 inversesqrt(dvec3);"
453 "dvec3 abs(dvec3);"
458 "dvec3 sign(dvec3);"
463 "dvec3 floor(dvec3);"
    [all...]
linkValidate.cpp     [all...]
glslang_tab.cpp.h 109 DVEC3 = 319,
Scan.cpp 450 (*KeywordMap)["dvec3"] = DVEC3;
    [all...]
  /external/deqp/framework/common/
tcuVectorType.hpp 59 typedef Vector<double, 3> DVec3;
  /external/deqp/framework/opengl/
gluShaderUtil.cpp 200 "dvec3",
305 3, // dvec3
410 TYPE_DOUBLE, // dvec3
515 TYPE_FLOAT_VEC3, // dvec3
620 TYPE_DOUBLE_VEC3, // dvec3
  /external/deqp/modules/gles2/scripts/
gen-keywords.py 77 "input", "output", "hvec2", "hvec3", "hvec4", "dvec2", "dvec3", "dvec4", "fvec2", "fvec3",
  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.hpp 328 * c) up to (GL_MAX_VERTEX_UNIFORM_COMPONENTS / 6) dvec3 uniforms
560 * dvec3 dvec3_value;
805 * c) dvec3;
    [all...]
gl4cGPUShaderFP64Tests.cpp 1388 result = "dvec3";
    [all...]
gl3cCommonBugsTests.cpp     [all...]
gl4cVertexAttrib64BitTest.cpp     [all...]
  /external/deqp/modules/gles3/scripts/
gen-keywords.py 83 "hvec2", "hvec3", "hvec4", "dvec2", "dvec3", "dvec4", "fvec2", "fvec3", "fvec4", "sampler3DRect",
  /external/deqp/data/gles2/shaders/
keywords.test 1285 case dvec3
1297 float dvec3 = 1.0;
  /external/mesa3d/src/compiler/
builtin_type_macros.h 67 DECL_TYPE(dvec3, GL_DOUBLE_VEC3, GLSL_TYPE_DOUBLE, 3, 1)
  /external/mesa3d/src/compiler/nir/
nir_gather_info.c 216 * dvec3/dvec4 input attribute */
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_tes.cpp 250 * dvec3/4 we need to emit 2 URB Read messages
  /external/vulkan-validation-layers/libs/glm/detail/
func_common.hpp 251 /// glm::dvec3 e;
252 /// glm::dvec3 f;
258 /// glm::dvec3 t = glm::mix(e, f, a); // Types of the third parameter is not required to match with the first and the second.
type_vec.hpp 406 typedef lowp_dvec3 dvec3; typedef in namespace:glm
410 typedef mediump_dvec3 dvec3; typedef in namespace:glm
421 typedef highp_dvec3 dvec3; typedef in namespace:glm
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_common.hpp 251 /// glm::dvec3 e;
252 /// glm::dvec3 f;
258 /// glm::dvec3 t = glm::mix(e, f, a); // Types of the third parameter is not required to match with the first and the second.
type_vec.hpp 406 typedef lowp_dvec3 dvec3; typedef in namespace:glm
410 typedef mediump_dvec3 dvec3; typedef in namespace:glm
421 typedef highp_dvec3 dvec3; typedef in namespace:glm
  /external/eigen/unsupported/test/
openglsupport.cpp 314 "uniform dvec3 v3d;\n"
  /external/mesa3d/src/compiler/glsl/
builtin_types.cpp 162 T(dvec3, 400, 999)
glsl_lexer.ll 542 dvec3 KEYWORD_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, DVEC3);
  /external/swiftshader/src/OpenGL/compiler/
glslang.l 308 "dvec3" |
  /external/vulkan-validation-layers/libs/glm/gtx/
string_cast.inl 150 return detail::format("dvec3(%f, %f, %f)", v.x, v.y, v.z);

Completed in 1480 milliseconds

1 2