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

12

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d33_vpm_setup.c36 struct V3D33_VPM_GENERIC_BLOCK_READ_SETUP unpacked = { local in function:v3d33_vir_vpm_read_setup
60 struct V3D33_VPM_GENERIC_BLOCK_WRITE_SETUP unpacked = { local in function:v3d33_vir_vpm_write_setup
H A Dvir_dump.c171 uint32_t unpacked; local in function:vir_print_reg
H A Dv3d_nir_lower_logic_ops.c134 nir_ssa_def *unpacked = unpack_func(b, packed); local in function:v3d_nir_unpack_and_swizzle
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d33_vpm_setup.c36 struct V3D33_VPM_GENERIC_BLOCK_READ_SETUP unpacked = { local in function:v3d33_vir_vpm_read_setup
60 struct V3D33_VPM_GENERIC_BLOCK_WRITE_SETUP unpacked = { local in function:v3d33_vir_vpm_write_setup
H A Dvir_dump.c165 uint32_t unpacked; local in function:vir_print_reg
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_tests.h60 double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; member in struct:util_format_test_case
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_tests.h60 double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; member in struct:util_format_test_case
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c248 uint8_t unpacked[4]; local in function:test_format_unorm8
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c248 uint8_t unpacked[4]; local in function:test_format_unorm8
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_uniforms.c135 struct V3D33_TEXTURE_UNIFORM_PARAMETER_1_CFG_MODE1 unpacked = { local in function:write_texture_p1
H A Dv3dx_emit.c154 struct V3D33_TEXTURE_SHADER_STATE unpacked = { local in function:emit_one_texture
[all...]
H A Dv3d_program.c125 struct V3D33_TRANSFORM_FEEDBACK_OUTPUT_DATA_SPEC unpacked = { local in function:v3d_set_transform_feedback_outputs
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Du_format_test.c75 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) argument
97 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) argument
119 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) argument
140 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) argument
162 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) argument
183 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) argument
207 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 local in function:test_format_fetch_rgba_float
241 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 local in function:test_format_unpack_rgba_float
278 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; local in function:test_format_pack_rgba_float
357 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { local in function:test_format_unpack_rgba_8unorm
396 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; local in function:test_format_pack_rgba_8unorm
458 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; local in function:test_format_unpack_z_float
488 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local in function:test_format_pack_z_float
525 uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } local in function:test_format_unpack_z_32unorm
562 uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local in function:test_format_pack_z_32unorm
600 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } local in function:test_format_unpack_s_8uint
637 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local in function:test_format_pack_s_8uint
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_mem_access_bit_sizes.c105 nir_ssa_def *unpacked[3]; local in function:lower_mem_load_bit_size
138 nir_ssa_def *unpacked = nir_bitcast_vector(b, load, bit_size); local in function:lower_mem_load_bit_size
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_uniforms.c139 struct V3D33_TEXTURE_UNIFORM_PARAMETER_1_CFG_MODE1 unpacked = { local in function:write_texture_p1
H A Dv3dx_emit.c154 struct V3D33_TEXTURE_SHADER_STATE unpacked = { local in function:emit_one_texture
[all...]
H A Dv3d_program.c125 struct V3D33_TRANSFORM_FEEDBACK_OUTPUT_DATA_SPEC unpacked = { local in function:v3d_set_transform_feedback_outputs
/xsrc/external/mit/MesaLib/dist/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) 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) 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) 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) 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) 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) argument
210 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 local in function:test_format_fetch_rgba
244 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 local in function:test_format_unpack_rgba
283 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; local in function:test_format_pack_rgba_float
362 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { local in function:test_format_unpack_rgba_8unorm
406 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; local in function:test_format_pack_rgba_8unorm
470 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; local in function:test_format_unpack_z_float
502 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local in function:test_format_pack_z_float
541 uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } local in function:test_format_unpack_z_32unorm
580 uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local in function:test_format_pack_z_32unorm
620 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } local in function:test_format_unpack_s_8uint
659 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local in function:test_format_pack_s_8uint
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_format.c961 } unpacked; local in function:unpack_channel
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_format.c1264 } unpacked; local in function:unpack_channel
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_lower_framebuffer.c184 nir_ssa_def *unpacked[4]; local in function:pan_unpack_pure_16
244 nir_ssa_def *unpacked = nir_unpack_32_4x8(b, nir_channel(b, pack, 0)); local in function:pan_unpack_pure_8
458 pan_pack(nir_builder * b,const struct util_format_description * desc,nir_ssa_def * unpacked) argument
533 nir_ssa_def *unpacked = nir_ssa_for_src(b, intr->src[1], 4); local in function:pan_lower_fb_store
563 nir_ssa_def *unpacked = pan_unpack(b, desc, packed); local in function:pan_lower_fb_load
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/qpu/
H A Dqpu_pack.c651 v3d_qpu_float32_unpack_pack(enum v3d_qpu_input_unpack unpacked, argument
629 v3d_qpu_float32_unpack_unpack(uint32_t packed,enum v3d_qpu_input_unpack * unpacked) argument
673 v3d_qpu_float16_unpack_unpack(uint32_t packed,enum v3d_qpu_input_unpack * unpacked) argument
698 v3d_qpu_float16_unpack_pack(enum v3d_qpu_input_unpack unpacked,uint32_t * packed) argument
723 v3d_qpu_float32_pack_pack(enum v3d_qpu_input_unpack unpacked,uint32_t * packed) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_instructions.cpp607 ir_variable *unpacked = local in function:lower_instructions_visitor::dldexp_to_arith
640 ir_variable *unpacked = local in function:lower_instructions_visitor::dldexp_to_arith
712 ir_variable *unpacked = local in function:lower_instructions_visitor::dfrexp_sig_to_arith
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_instructions.cpp600 ir_variable *unpacked = local in function:lower_instructions_visitor::dldexp_to_arith
633 ir_variable *unpacked = local in function:lower_instructions_visitor::dldexp_to_arith
705 ir_variable *unpacked = local in function:lower_instructions_visitor::dfrexp_sig_to_arith
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/qpu/
H A Dqpu_pack.c621 v3d_qpu_float32_unpack_pack(enum v3d_qpu_input_unpack unpacked, argument
599 v3d_qpu_float32_unpack_unpack(uint32_t packed,enum v3d_qpu_input_unpack * unpacked) argument
643 v3d_qpu_float16_unpack_unpack(uint32_t packed,enum v3d_qpu_input_unpack * unpacked) argument
668 v3d_qpu_float16_unpack_pack(enum v3d_qpu_input_unpack unpacked,uint32_t * packed) argument
693 v3d_qpu_float32_pack_pack(enum v3d_qpu_input_unpack unpacked,uint32_t * packed) argument
[all...]

Completed in 47 milliseconds

12