/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_soa.c | 350 * \param packed The rgba8 values to pack.
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_parser.cpp | 584 // pack multislot instructions into alu_packed_node in prepare_alu_group()
|
/third_party/python/Lib/asyncio/ |
H A D | windows_events.py | 591 buf = struct.pack('@P', listener.fileno())
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderFConvertTests.cpp | 348 // Pack an array of tcu::Float values into a buffer to be read from a shader, as if it was an array of vectors with each vector
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.h | 540 // Pixel pack state manipulation
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.hpp | 1074 /** Group class for Shader Language 420Pack conformance tests */
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_sse2.c | 506 // Pack the colors in 24b RGB. in ConvertBGRAToRGB_SSE2()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx12.cpp | 435 static_assert(sizeof(ImTextureID) >= sizeof(bd->hFontSrvGpuDescHandle.ptr), "Can't pack descriptor handle into TexID, 32-bit not supported yet."); in ImGui_ImplDX12_CreateFontsTexture()
|
H A D | imgui_impl_wgpu.cpp | 524 static_assert(sizeof(ImTextureID) >= sizeof(g_resources.FontTexture), "Can't pack descriptor handle into TexID, 32-bit not supported yet."); in ImGui_ImplWGPU_CreateFontsTexture()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
H A D | ARB_ES2_compatibility.txt | 505 Example: pack the following types, if gl_MaxVaryingVectors were equal to
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 497 /* We need to pack the Huffman tree in 14 bits. If this was not in BrotliBuildAndStoreHuffmanTreeFast()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
H A D | EXT_packed_float.txt | 542 commands that pack and unpack RGB pixel data.
|
/third_party/python/Lib/logging/ |
H A D | config.py | 858 struct.pack(">L", n), followed by the config file.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Value.h | 118 // Use the same type as the bitfield above so that MSVC will pack them.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 207 // we also pack into result which type is "less" for us. in cmpConstants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | STLExtras.h | 359 /// \brief Creates a compile-time integer sequence for a parameter pack.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrMMX.td | 482 // -- Pack Instructions
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uhash.h | 104 /* Reorder these elements to pack nicely if necessary */
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | storage.c | 622 // We assign all value slots first, then pack the 'case' fields at the end, in create_layout()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | well_known_types.py | 72 def Pack(self, msg, type_url_prefix='type.googleapis.com/', member in Any
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
H A D | QrCode.java | 286 // Calculate error correction code and pack bits in drawFormatBits()
|
/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
H A D | ShaderLang.h | 724 // Returns true if the passed in variables pack in maxVectors followingthe packing rules from the
|
/third_party/skia/include/private/ |
H A D | SkNx_sse.h | 718 // With SSE2, we have to sign extend our input, making _mm_packs_epi32 do the pack we want. in SkNx_cast()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderPackingFunctionTests.cpp | 719 : TestCaseGroup(context, "pack_unpack", "Floating-point pack and unpack function tests") in ShaderPackingFunctionTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderFConvertTests.cpp | 348 // Pack an array of tcu::Float values into a buffer to be read from a shader, as if it was an array of vectors with each vector
|