Home
last modified time | relevance | path

Searched defs:packed (Results 1 - 25 of 145) sorted by relevance

123456

/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_packing_common.h24 uvec2 packed; in PackVec4Half2x16() local
30 vec4 UnpackVec4Half2x16(const uvec2 packed) in UnpackVec4Half2x16() argument
40 uvec4 packed; in Pack2Vec4Half2x16() local
48 UnpackVec42Half2x16(const uvec4 packed, inout vec4 up0, inout vec4 up1) UnpackVec42Half2x16() argument
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d33_vpm_setup.c49 uint32_t packed; in v3d33_vir_vpm_read_setup() local
59 uint32_t packed; in v3d33_vir_vpm_write_setup() local
H A Dvir_opt_constant_alu.c76 const uint32_t packed = in opt_constant_add() local
H A Dvir_opt_small_immediates.c74 uint32_t packed; in vir_opt_small_immediates() local
/third_party/mesa3d/src/util/format/
H A Du_format_tests.h55 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; member
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzPathDeserialize.cpp35 uint32_t packed; in LLVMFuzzerTestOneInput() local
/third_party/mesa3d/src/panfrost/lib/tests/
H A Dtest-clear.c33 uint32_t packed[4]; member
157 uint32_t packed[4]; in main() local
/third_party/protobuf/php/tests/
H A Dmemory_leak_test.php206 $packed = new TestMessage(); variable
/third_party/ffmpeg/libavcodec/
H A Dffv1enc_template.c132 int packed = !src[1]; in encode_rgb_frame() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_alu.cpp59 nir_ssa_def *packed = nir_ssa_for_alu_src(b, alu, 0); in lower() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dprecision.hpp26 packed = packed_highp, enumerator
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_format_traits.hpp6741 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t packed( VULKAN_HPP_NAMESPACE::Format format ) in packed() function
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dasm.py383 packed = b''.join([struct.pack('<Q', parse_asm(ln)) for ln in lines]) variable
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tile.c388 void *packed; in pipe_get_tile_rgba() local
[all...]
/third_party/rust/crates/aho-corasick/src/
H A Dlib.rs211 pub mod packed; modules
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTexelBufferTests.cpp107 tcu::TestCaseGroup* const packed = new tcu::TestCaseGroup(testCtx, "packed"); in createUniformTexelBufferTests() member in vkt::texture::__anon28911::tcu
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product.cpp43 bool packed; member
[all...]
/third_party/skia/src/core/
H A DSkFont_serial.cpp48 uint32_t packed = 0; in Flatten() local
83 const uint32_t packed = buffer.read32(); Unflatten() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product.cpp43 bool packed; member
[all...]
/third_party/protobuf/objectivec/
H A DGPBType.pbobjc.h290 @property(nonatomic, readwrite) BOOL packed; variable
/third_party/spirv-tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product_test.cpp40 bool packed; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTexelBufferTests.cpp106 tcu::TestCaseGroup* const packed = new tcu::TestCaseGroup(testCtx, "packed", "Test uniform texel buffer with packed formats"); in createUniformTexelBufferTests() member in vkt::texture::__anon30058::tcu
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_data_store_default_material.h121 BASE_NS::Math::UVec4 packed[MATERIAL_PACKED_UNIFORM_UVEC4_COUNT]; member
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_target_packing_common.h109 vec4 packed = material; in GetPackMaterialWithFlags() local
175 void GetUnpackVelocityAndNormal(in vec4 packed, out vec2 velocity, out vec3 normal) in GetUnpackVelocityAndNormal() argument
/third_party/ffmpeg/doc/examples/
H A Ddecode_audio.c211 const char *packed = av_get_sample_fmt_name(sfmt); in main() local

Completed in 18 milliseconds

123456