Home
last modified time | relevance | path

Searched defs:unpacked (Results 1 - 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d33_vpm_setup.c36 struct V3D33_VPM_GENERIC_BLOCK_READ_SETUP unpacked = { in v3d33_vir_vpm_read_setup() local
60 struct V3D33_VPM_GENERIC_BLOCK_WRITE_SETUP unpacked = { in v3d33_vir_vpm_write_setup() local
H A Dvir_dump.c171 uint32_t unpacked; in vir_print_reg() local
H A Dv3d_nir_lower_logic_ops.c134 nir_ssa_def *unpacked = unpack_func(b, packed); in v3d_nir_unpack_and_swizzle() local
/third_party/mesa3d/src/util/format/
H A Du_format_tests.h60 double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; member
/third_party/vk-gl-cts/framework/common/
H A DtcuStringTemplate.hpp75 inline void unpackArgs(unpacked_t& unpacked, arg_t&& cur, args_t&&... args) in unpackArgs() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dvphn.c25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/vphn/
H A Dvphn.c25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dvphn.c25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/vphn/
H A Dvphn.c25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_image_casts.c130 nir_ssa_def *unpacked = nir_unpack_unorm_4x8(b, nir_channel(b, dest_packed, 0)); in convert_value() local
149 nir_ssa_def *unpacked = nir_unpack_snorm_4x8(b, nir_channel(b, dest_packed, 0)); in convert_value() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c147 alignas(16) float unpacked[4]; in test_format_float() local
251 uint8_t unpacked[4]; test_format_unorm8() local
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_uniforms.c153 struct V3D33_TEXTURE_UNIFORM_PARAMETER_1_CFG_MODE1 unpacked = { in write_texture_p1() local
H A Dv3dx_emit.c137 struct V3D33_TEXTURE_SHADER_STATE unpacked = { in emit_one_texture() local
[all...]
H A Dv3d_program.c125 struct V3D33_TRANSFORM_FEEDBACK_OUTPUT_DATA_SPEC unpacked = { in v3d_set_transform_feedback_outputs() local
142 &unpacked); in v3d_set_transform_feedback_outputs() local
157 &unpacked); in v3d_set_transform_feedback_outputs() local
/third_party/mesa3d/src/util/tests/format/
H A Du_format_test.c76 print_unpacked_rgba_doubl(const struct util_format_description *format_desc, const char *prefix, const double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], const char *suffix) print_unpacked_rgba_doubl() argument
98 print_unpacked_rgba_float(const struct util_format_description *format_desc, const char *prefix, float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], const char *suffix) print_unpacked_rgba_float() argument
120 print_unpacked_rgba_8unorm(const struct util_format_description *format_desc, const char *prefix, uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], const char *suffix) print_unpacked_rgba_8unorm() argument
141 print_unpacked_z_float(const struct util_format_description *format_desc, const char *prefix, float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) print_unpacked_z_float() argument
163 print_unpacked_z_32unorm(const struct util_format_description *format_desc, const char *prefix, uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) print_unpacked_z_32unorm() argument
184 print_unpacked_s_8uint(const struct util_format_description *format_desc, const char *prefix, uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) print_unpacked_s_8uint() argument
210 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; test_format_fetch_rgba() local
244 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; test_format_unpack_rgba() local
283 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; test_format_pack_rgba_float() local
362 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; test_format_unpack_rgba_8unorm() local
406 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; test_format_pack_rgba_8unorm() local
470 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; test_format_unpack_z_float() local
502 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; test_format_pack_z_float() local
541 uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; test_format_unpack_z_32unorm() local
580 uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; test_format_pack_z_32unorm() local
620 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; test_format_unpack_s_8uint() local
659 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; test_format_pack_s_8uint() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFormat.cpp2670 VkFormat unpacked = unpack(format); mapFrom8bit() local
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl_format.c1310 } unpacked; in unpack_channel() local
[all...]
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_framebuffer.c144 nir_ssa_def *unpacked[4]; in pan_unpack_pure_16() local
204 nir_ssa_def *unpacked = nir_unpack_32_4x8(b, nir_channel(b, pack, 0)); in pan_unpack_pure_8() local
418 pan_pack(nir_builder *b, const struct util_format_description *desc, nir_ssa_def *unpacked) pan_pack() argument
492 nir_ssa_def *unpacked = pan_lower_fb_store() local
524 nir_ssa_def *unpacked = pan_unpack(b, desc, packed); pan_lower_fb_load() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dextension_set_unittest.cc657 unittest::TestUnpackedTypes unpacked; in TEST() local
/third_party/python/Modules/_xxtestfuzz/
H A Dfuzzer.c121 PyObject* unpacked = PyObject_CallFunctionObjArgs( in fuzz_struct_unpack() local
/kernel/linux/linux-5.10/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c662 unsigned int unpacked = reset_spec->args[0]; in cpg_mssr_reset_xlate() local
/kernel/linux/linux-6.6/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c673 unsigned int unpacked = reset_spec->args[0]; in cpg_mssr_reset_xlate() local
/third_party/node/deps/v8/src/wasm/
H A Dvalue-type.h279 constexpr ValueKind unpacked(ValueKind kind) { in unpacked() function
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp392 ir_variable *unpacked = in dldexp_to_arith() local
425 ir_variable *unpacked = in dldexp_to_arith() local
497 ir_variable *unpacked = dfrexp_sig_to_arith() local
[all...]
/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_pack.c649 v3d_qpu_float32_unpack_pack(enum v3d_qpu_input_unpack unpacked, in v3d_qpu_float32_unpack_pack() argument
627 v3d_qpu_float32_unpack_unpack(uint32_t packed, enum v3d_qpu_input_unpack *unpacked) v3d_qpu_float32_unpack_unpack() argument
671 v3d_qpu_float16_unpack_unpack(uint32_t packed, enum v3d_qpu_input_unpack *unpacked) v3d_qpu_float16_unpack_unpack() argument
696 v3d_qpu_float16_unpack_pack(enum v3d_qpu_input_unpack unpacked, uint32_t *packed) v3d_qpu_float16_unpack_pack() argument
721 v3d_qpu_float32_pack_pack(enum v3d_qpu_input_unpack unpacked, uint32_t *packed) v3d_qpu_float32_pack_pack() argument
[all...]

Completed in 22 milliseconds

12