Searched refs:comp_size (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_etc.c862 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 Dtexcompress_etc.c864 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 Dspirv_to_dxil.c39 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 Dnir_lower_io_to_scalar.c201 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 Dnir_lower_shader_calls.c270 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 Dnir_lower_io_to_scalar.c196 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 Dclc_compiler.c574 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 Dst_glsl_to_nir.cpp341 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 Dtu_shader.c654 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 Dbrw_program.c172 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 Dlvp_pipeline.c453 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 Dspirv_to_nir.c1087 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 Dcim_vg.c2392 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 Dradv_shader.c221 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 Dload_store_vectorizer_tests.cpp381 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 Dv3dv_pipeline.c3122 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 Danv_pipeline.c783 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 Dnv50_ir_from_nir.cpp67 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;

Completed in 81 milliseconds