Searched refs:component_count (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dprintf.cpp106 int component_count = 1; local in function:__anon6ee0006e0110::print_formatted
111 component_count = std::stoi(s);
125 component_count == 3 ? 4 : component_count;
128 for (int i = 0; i < component_count; i++) {
130 if (is_vector && i + 1 == component_count)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.h389 unsigned component_count);
393 unsigned component_count);
H A Dspirv_builder.c1249 unsigned component_count)
1251 assert(component_count > 1);
1252 uint32_t args[] = { component_type, component_count };
1258 unsigned component_count)
1260 assert(component_count > 1);
1261 uint32_t args[] = { component_type, component_count };
1248 spirv_builder_type_vector(struct spirv_builder * b,SpvId component_type,unsigned component_count) argument
1257 spirv_builder_type_matrix(struct spirv_builder * b,SpvId component_type,unsigned component_count) argument
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-rvv.c504 const int component_count = 4; local in function:rvv_combine_inner_float
505 int vn = component_count * n_pixels;
509 const ptrdiff_t stride = component_count * sizeof (float);
523 vl = __riscv_vsetvl_e32m1 (vn / component_count);
550 vl_step = vl * component_count;
560 vl = __riscv_vsetvl_e32m1 (vn / component_count);
613 vl_step = vl * component_count;
621 vl = __riscv_vsetvl_e32m1 (vn / component_count);
657 vl_step = vl * component_count;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader_info.c420 unsigned component_count = var->data.location_frac + glsl_get_length(var->type); local in function:gather_info_input_decl_ps
421 attrib_count = (component_count + 3) / 4;
H A Dradv_nir_to_llvm.c869 unsigned component_count = variable->data.location_frac + glsl_get_length(variable->type); local in function:scan_shader_output_decl
870 attrib_count = (component_count + 3) / 4;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_linking_helpers.c1575 unsigned component_count = variable->data.location_frac + glsl_get_length(type); local in function:get_linked_variable_io_mask
1576 slots = DIV_ROUND_UP(component_count, 4);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c2382 unsigned component_count = variable->data.location_frac + local in function:handle_fs_input_decl
2384 attrib_count = (component_count + 3) / 4;
2524 unsigned component_count = variable->data.location_frac + local in function:scan_shader_output_decl
2526 attrib_count = (component_count + 3) / 4;

Completed in 23 milliseconds