HomeSort by relevance Sort by last modified time
    Searched full:bvec (Results 26 - 46 of 46) sorted by null

12

  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 5176 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
    [all...]
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 417 case rsg::VariableType::TYPE_BOOL: scalarType = "bool"; vecType = "bvec"; break;
  /external/mesa3d/src/compiler/
glsl_types.h 227 static const glsl_type *bvec(unsigned components);
glsl_types.cpp 510 glsl_type::bvec(unsigned components) function in class:glsl_type
544 return bvec(rows);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cCommonBugsTests.cpp 1024 "Verifies that ! operator does not accept bvec{2,3,4} arguments, "
1143 * bool all(bvec x)
1144 * bvec not(bvec x)
1146 * where bvec is bvec2, bvec3 or bvec4.
    [all...]
  /external/skia/src/sksl/
SkSLCompiler.cpp 146 ADD_TYPE(BVec);
    [all...]
SkSLGLSLCodeGenerator.cpp 92 result = "bvec";
    [all...]
  /external/skqp/src/sksl/
SkSLCompiler.cpp 146 ADD_TYPE(BVec);
    [all...]
SkSLGLSLCodeGenerator.cpp 92 result = "bvec";
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsTestsUtils.cpp 70 // The below formats are used to represent bool and bvec* types. These
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
pr17168.ll 300 !244 = !DILocalVariable(name: "bvec", line: 2814, arg: 3, scope: !238, file: !5, type: !105)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseables.cpp 275 case 'B': s += BaseTypeName(order, "bool", "bvec", "bmat"); break;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 101 deStringBeginsWith(glName, "bvec") == DE_TRUE ||
    [all...]
  /prebuilts/ndk/r16/platforms/android-21/arch-mips/usr/lib/
libc.a     [all...]
  /prebuilts/ndk/r16/platforms/android-22/arch-mips/usr/lib/
libc.a     [all...]
  /prebuilts/ndk/r16/platforms/android-23/arch-mips/usr/lib/
libc.a     [all...]
  /prebuilts/ndk/r16/platforms/android-24/arch-mips/usr/lib/
libc.a     [all...]
  /prebuilts/ndk/r16/platforms/android-26/arch-mips/usr/lib/
libc.a     [all...]
  /prebuilts/ndk/r16/platforms/android-27/arch-mips/usr/lib/
libc.a     [all...]

Completed in 1226 milliseconds

12