Home
last modified time | relevance | path

Searched refs:util_cpu_to_le32 (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/util/format/
H A Du_format_other.c44 uint32_t value = util_cpu_to_le32(*(const uint32_t *)src); in util_format_r9g9b9e5_float_unpack_rgba_float()
62 uint32_t value = util_cpu_to_le32(float3_to_rgb9e5(src)); in util_format_r9g9b9e5_float_pack_rgba_float()
77 uint32_t value = util_cpu_to_le32(*(const uint32_t *)src); in util_format_r9g9b9e5_float_fetch_rgba()
93 uint32_t value = util_cpu_to_le32(*(const uint32_t *)src); in util_format_r9g9b9e5_float_unpack_rgba_8unorm()
120 value = util_cpu_to_le32(float3_to_rgb9e5(p)); in util_format_r9g9b9e5_float_pack_rgba_8unorm()
140 uint32_t value = util_cpu_to_le32(*(const uint32_t *)src); in util_format_r11g11b10_float_unpack_rgba_float()
158 uint32_t value = util_cpu_to_le32(float3_to_r11g11b10f(src)); in util_format_r11g11b10_float_pack_rgba_float()
173 uint32_t value = util_cpu_to_le32(*(const uint32_t *)src); in util_format_r11g11b10_float_fetch_rgba()
189 uint32_t value = util_cpu_to_le32(*(const uint32_t *)src); in util_format_r11g11b10_float_unpack_rgba_8unorm()
216 value = util_cpu_to_le32(float3_to_r11g11b10 in util_format_r11g11b10_float_pack_rgba_8unorm()
[all...]
H A Du_format_yuv.c55 value = util_cpu_to_le32(*src++); in util_format_r8g8_b8g8_unorm_unpack_rgba_float()
76 value = util_cpu_to_le32(*src); in util_format_r8g8_b8g8_unorm_unpack_rgba_float()
109 value = util_cpu_to_le32(*src++); in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm()
130 value = util_cpu_to_le32(*src); in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm()
277 value = util_cpu_to_le32(*src++); in util_format_g8r8_g8b8_unorm_unpack_rgba_float()
298 value = util_cpu_to_le32(*src); in util_format_g8r8_g8b8_unorm_unpack_rgba_float()
331 value = util_cpu_to_le32(*src++); in util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm()
352 value = util_cpu_to_le32(*src); in util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm()
499 value = util_cpu_to_le32(*src++); in util_format_uyvy_unpack_rgba_float()
516 value = util_cpu_to_le32(*sr in util_format_uyvy_unpack_rgba_float()
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.c706 *(uint32_t *)dst_ptr = util_cpu_to_le32(abs); in apply_relocs()
709 *(uint32_t *)dst_ptr = util_cpu_to_le32(abs >> 32); in apply_relocs()
718 *(uint32_t *)dst_ptr = util_cpu_to_le32(abs - va); in apply_relocs()
721 *(uint32_t *)dst_ptr = util_cpu_to_le32((abs - va) >> 32); in apply_relocs()
761 *(uint32_t *)u->rx_ptr = util_cpu_to_le32(0xbf8d0001); in ac_rtld_upload()
789 *dst++ = util_cpu_to_le32(DEBUGGER_END_OF_CODE_MARKER); in ac_rtld_upload()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c676 dispatch.grid_size_x = util_cpu_to_le32(info->grid[0] * info->block[0]); in si_setup_user_sgprs_co_v2()
677 dispatch.grid_size_y = util_cpu_to_le32(info->grid[1] * info->block[1]); in si_setup_user_sgprs_co_v2()
678 dispatch.grid_size_z = util_cpu_to_le32(info->grid[2] * info->block[2]); in si_setup_user_sgprs_co_v2()
680 dispatch.private_segment_size = util_cpu_to_le32(program->private_size); in si_setup_user_sgprs_co_v2()
681 dispatch.group_segment_size = util_cpu_to_le32(program->sel.info.base.shared_size); in si_setup_user_sgprs_co_v2()
/third_party/mesa3d/src/util/
H A Du_math.h538 #define util_cpu_to_le32(x) util_le32_to_cpu(x) macro
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c506 color.ui[0] = util_cpu_to_le32( in nv50_clear_texture()
512 color.ui[0] = util_cpu_to_le32(*(unsigned char *)data); in nv50_clear_texture()
733 color.ui[0] = util_cpu_to_le32( in nv50_clear_buffer()
739 color.ui[0] = util_cpu_to_le32(*(unsigned char *)data); in nv50_clear_buffer()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c531 color.ui[0] = util_cpu_to_le32( in nvc0_clear_buffer()
537 color.ui[0] = util_cpu_to_le32(*(unsigned char *)data); in nvc0_clear_buffer()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c1030 *(handles[i]) = util_cpu_to_le32(handle); in evergreen_set_global_binding()
H A Dr600_state_common.c1305 tmpPtr[i] = util_cpu_to_le32(((uint32_t *)ptr)[i]); in r600_set_constant_buffer()
H A Dr600_asm.c2867 bytecode[i] = util_cpu_to_le32(bc.bytecode[i]); in r600_create_vertex_fetch_shader()
H A Dr600_shader.c155 ptr[i] = util_cpu_to_le32(shader->shader.bc.bytecode[i]); in store_shader()

Completed in 31 milliseconds