Searched
full:uniform (Results
1101 -
1125 of
2648) sorted by null
<<41424344454647484950>>
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
PointerLikeTypeTraits.h | 24 /// wrappers for pointers as a uniform entity.
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
TokenKinds.h | 24 /// \brief Provides a simple uniform namespace for tokens from all C languages.
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/ |
TokenKinds.h | 24 /// \brief Provides a simple uniform namespace for tokens from all C languages.
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/ |
TokenKinds.h | 24 /// \brief Provides a simple uniform namespace for tokens from all C languages.
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/ |
TokenKinds.h | 24 /// \brief Provides a simple uniform namespace for tokens from all C languages.
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
PointerLikeTypeTraits.h | 24 /// wrappers for pointers as a uniform entity.
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/ |
TokenKinds.h | 24 /// \brief Provides a simple uniform namespace for tokens from all C languages.
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
PointerLikeTypeTraits.h | 24 /// wrappers for pointers as a uniform entity.
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/ |
TokenKinds.h | 24 /// \brief Provides a simple uniform namespace for tokens from all C languages.
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
PointerLikeTypeTraits.h | 24 /// wrappers for pointers as a uniform entity.
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/ |
TokenKinds.h | 24 /// \brief Provides a simple uniform namespace for tokens from all C languages.
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
PointerLikeTypeTraits.h | 24 /// wrappers for pointers as a uniform entity.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
ptr_traits.h | 133 * @brief Uniform interface to all pointer-like types
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
ptr_traits.h | 133 * @brief Uniform interface to all pointer-like types
|
/prebuilts/go/darwin-x86/src/crypto/rand/ |
util.go | 105 // Int returns a uniform random value in [0, max). It panics if max <= 0.
|
/prebuilts/go/darwin-x86/src/image/ |
ycbcr_test.go | 74 // will be set multiple times. That's OK. We just want to avoid a uniform image.
|
/prebuilts/go/linux-x86/src/crypto/rand/ |
util.go | 105 // Int returns a uniform random value in [0, max). It panics if max <= 0.
|
/prebuilts/go/linux-x86/src/image/ |
ycbcr_test.go | 74 // will be set multiple times. That's OK. We just want to avoid a uniform image.
|
/prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/include/shaderc/ |
shaderc.h | 183 // Uniform resource kinds. 184 // In Vulkan, uniform resources are bound to the pipeline via descriptors 193 // Uniform Buffer Object (UBO) in GLSL. Cbuffer in HLSL. 397 // Sets the base binding number used for for a uniform resource type when
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Public/ |
ShaderLang.h | 231 SH_IMPORT_EXPORT ShHandle ShConstructUniformMap(); // one per uniform namespace (currently entire program object) 279 // Returns the location ID of the named uniform. 535 // All used uniform variables will invoke at least validateBinding. 586 // Notification of a uniform variable
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 160 PER_UNIFORM_STATE("Per Uniform State"),
|
/system/media/camera/docs/ |
plots.py | 188 plt.title('Image of uniform white wall (inverse shading map)')
|
/external/deqp/external/openglcts/modules/gles32/ |
es32cRobustBufferAccessBehaviorTests.cpp | 210 "layout (location = 0) uniform lowp SAMPLER uni_texture;\n" 447 "layout (binding = 0, r32ui) writeonly uniform highp uimage2DMS uni_image;\n" 667 "layout (binding = 1, r32ui) writeonly uniform lowp uimage2D uni_destination_image;\n" 668 "layout (binding = 0, r32ui) readonly uniform lowp uimage2DMS uni_source_image;\n" 894 "layout (binding = 1, FORMAT) writeonly uniform highp IMAGE uni_destination_image;\n" 895 "layout (binding = 0, FORMAT) readonly uniform highp IMAGE uni_source_image;\n" [all...] |
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
esextcTextureBufferOperations.cpp | 170 "layout(rgba32i, binding = 0) uniform readonly highp iimageBuffer image_buffer;\n" 292 "uniform highp isamplerBuffer sampler_buffer;\n" 451 TCU_FAIL("Could not get uniform location"); 465 TCU_FAIL("Could not get uniform location"); 482 TCU_FAIL("Could not get uniform location"); 937 TCU_FAIL("Could not get uniform location"); [all...] |
/external/deqp/modules/glshared/ |
glsShaderLibraryCase.cpp | 264 shader << "uniform " << refTypeStr << " ref_" << val.name << ";\n"; 398 decl << "uniform " << refTypeStr << " ref_" << val.name << ";\n"; 426 dst << "uniform " << typeStr << " " << val.name << ";\n"; 489 decl << "uniform " << refTypeStr << " ref_" << val.name << ";\n"; 831 log << tcu::TestLog::Message << "WARNING // Uniform \"" << name << "\" location is not valid, location = -1. Cannot set value to the uniform." << tcu::TestLog::EndMessage; [all...] |
Completed in 685 milliseconds
<<41424344454647484950>>