| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_etc.c | 862 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local in function:etc2_unpack_r11 875 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps * comp_size; 878 dst += comps * comp_size; 899 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local in function:etc2_unpack_rg11 914 x * comps * comp_size; 917 dst += comps * comp_size; 925 x * comps * comp_size; 927 etc2_r11_fetch_texel(&block, i, j, dst + comp_size); 928 dst += comps * comp_size; 949 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size local in function:etc2_unpack_signed_r11 987 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local in function:etc2_unpack_signed_rg11 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_etc.c | 864 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local in function:etc2_unpack_r11 877 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps * comp_size; 880 dst += comps * comp_size; 901 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local in function:etc2_unpack_rg11 916 x * comps * comp_size; 919 dst += comps * comp_size; 927 x * comps * comp_size; 929 etc2_r11_fetch_texel(&block, i, j, dst + comp_size); 930 dst += comps * comp_size; 951 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size local in function:etc2_unpack_signed_r11 989 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local in function:etc2_unpack_signed_rg11 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/ |
| H A D | spirv_to_dxil.c | 39 uint32_t comp_size = glsl_type_is_boolean(type) ? 4 : glsl_get_bit_size(type) / 8; local in function:shared_var_info 41 *size = comp_size * length; 42 *align = comp_size;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_io_to_scalar.c | 201 unsigned comp_size = glsl_get_bit_size(chan_var->type) / 8; local in function:lower_load_to_scalar_early 202 chan_var->data.offset = var->data.offset + i * comp_size; 259 unsigned comp_size = glsl_get_bit_size(chan_var->type) / 8; local in function:lower_store_output_to_scalar_early 260 chan_var->data.offset = var->data.offset + i * comp_size;
|
| H A D | nir_lower_shader_calls.c | 270 const unsigned comp_size = def->bit_size / 8; local in function:spill_fill 275 .align_mul = MIN2(comp_size, stack_alignment), .write_mask = ~0); 277 nir_imm_int(after, offset), .align_mul = MIN2(comp_size, stack_alignment)); 281 nir_store_global(before, addr, MIN2(comp_size, stack_alignment), def, ~0); 283 def = nir_load_global(after, addr, MIN2(comp_size, stack_alignment), 431 const unsigned comp_size = def->bit_size / 8; local in function:spill_ssa_defs_and_lower_shader_calls 432 offset = ALIGN(offset, comp_size); 440 offset += def->num_components * comp_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_io_to_scalar.c | 196 unsigned comp_size = glsl_get_bit_size(chan_var->type) / 8; local in function:lower_load_to_scalar_early 197 chan_var->data.offset = var->data.offset + i * comp_size; 254 unsigned comp_size = glsl_get_bit_size(chan_var->type) / 8; local in function:lower_store_output_to_scalar_early 255 chan_var->data.offset = var->data.offset + i * comp_size;
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/ |
| H A D | clc_compiler.c | 574 unsigned comp_size = intrin->dest.ssa.bit_size / 8; local in function:split_unaligned_load 584 unsigned num_loads = DIV_ROUND_UP(comp_size * num_comps, alignment); 602 unsigned comp_size = value->bit_size / 8; local in function:split_unaligned_store 612 unsigned num_stores = DIV_ROUND_UP(comp_size * num_comps, alignment);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_nir.cpp | 341 uint32_t comp_size = glsl_type_is_boolean(type) local in function:shared_type_info 344 *size = comp_size * length, 345 *align = comp_size * (length == 3 ? 4 : length);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_shader.c | 654 unsigned comp_size = local in function:shared_type_info 657 *size = comp_size * length; 658 *align = comp_size;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_program.c | 172 uint32_t comp_size = glsl_type_is_boolean(type) local in function:shared_type_info 175 *size = comp_size * length, 176 *align = comp_size * (length == 3 ? 4 : length);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pipeline.c | 453 uint32_t comp_size = glsl_type_is_boolean(type) local in function:shared_var_info 456 *size = comp_size * length, 457 *align = comp_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 1087 uint32_t comp_size = glsl_type_is_boolean(type->type) local in function:vtn_type_layout_std430 1089 *size_out = comp_size; 1090 *align_out = comp_size; 1095 uint32_t comp_size = glsl_type_is_boolean(type->type) local in function:vtn_type_layout_std430 1098 *size_out = comp_size * type->length, 1099 *align_out = comp_size * align_comps;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_vg.c | 2392 unsigned long comp_size, unlock; local in function:vg_configure_compression 2409 comp_size = comp_data->size - 32; 2417 size |= ((comp_size >> 3) + 1) << DC3_LINE_SIZE_CB_SHIFT;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 221 uint32_t comp_size = glsl_type_is_boolean(type) ? 4 : glsl_get_bit_size(type) / 8; local in function:shared_var_info 223 *size = comp_size * length, *align = comp_size;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| H A D | load_store_vectorizer_tests.cpp | 381 uint32_t comp_size = glsl_type_is_boolean(type) local in function:__anon343ea75b0110::nir_load_store_vectorize_test::shared_type_info 384 *size = comp_size * length, 385 *align = comp_size;
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline.c | 3122 uint32_t comp_size = glsl_type_is_boolean(type) local in function:shared_type_info 3125 *size = comp_size * length, 3126 *align = comp_size * (length == 3 ? 4 : length);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 783 uint32_t comp_size = glsl_type_is_boolean(type) local in function:shared_type_info 786 *size = comp_size * length, 787 *align = comp_size * (length == 3 ? 4 : length);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_nir.cpp | 67 unsigned comp_size = glsl_type_is_boolean(type) ? 4 : glsl_get_bit_size(type) / 8; local in function:__anonbe08c7a90110::function_temp_type_info 70 *size = comp_size * length;
|