Searched refs:num_values (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/
H A Ddecode.h42 unsigned num_values; member in struct:isa_enum
/xsrc/external/mit/libXrandr/dist/src/
H A DXrrProperty.c123 prop_info->num_values = rep.length;
138 Bool pending, Bool range, int num_values,
156 len = num_values;
159 len = (long)num_values << 2;
137 XRRConfigureOutputProperty(Display * dpy,RROutput output,Atom property,Bool pending,Bool range,int num_values,long * values) argument
H A DXrrProviderProperty.c123 prop_info->num_values = rep.length;
138 Bool pending, Bool range, int num_values,
156 len = num_values;
159 len = (long)num_values << 2;
137 XRRConfigureProviderProperty(Display * dpy,RRProvider provider,Atom property,Bool pending,Bool range,int num_values,long * values) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c84 unsigned num_values; member in struct:unary_test_t
430 for (j = 0; j < (test->num_values + length - 1) / length; j++) {
431 int num_vals = ((j + 1) * length <= test->num_values) ? length :
432 test->num_values % length;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c84 unsigned num_values; member in struct:unary_test_t
451 for (j = 0; j < (test->num_values + length - 1) / length; j++) {
452 int num_vals = ((j + 1) * length <= test->num_values) ? length :
453 test->num_values % length;
H A Dlp_query.c232 unsigned num_values = 1; local in function:llvmpipe_get_query_result_resource
281 num_values = 2;
340 for (unsigned i = 0; i < num_values; i++) {
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrproviderproperty.c330 int num_values, INT32 *values)
348 if (range && (num_values & 1)) {
354 new_values = xallocarray(num_values, sizeof(INT32));
355 if (!new_values && num_values) {
360 if (num_values)
361 memcpy(new_values, values, num_values * sizeof(INT32));
375 prop->num_valid = num_values;
328 RRConfigureProviderProperty(RRProviderPtr provider,Atom property,Bool pending,Bool range,Bool immutable,int num_values,INT32 * values) argument
H A Drrproperty.c354 int num_values, const INT32 *values)
372 if (range && (num_values & 1)) {
378 new_values = xallocarray(num_values, sizeof(INT32));
379 if (!new_values && num_values) {
384 if (num_values)
385 memcpy(new_values, values, num_values * sizeof(INT32));
399 prop->num_valid = num_values;
352 RRConfigureOutputProperty(RROutputPtr output,Atom property,Bool pending,Bool range,Bool immutable,int num_values,const INT32 * values) argument
H A Drandrstr.h1004 int num_values, const INT32 *values);
1084 int num_values, INT32 *values);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.h13 unsigned num_values() const { return m_dest_value.size();} function in class:r600::LDSReadInstruction
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compiler.c287 unsigned num_values)
292 for (unsigned j = 0; j < num_values; j++) {
283 brw_write_shader_relocs(const struct intel_device_info * devinfo,void * program,const struct brw_stage_prog_data * prog_data,struct brw_shader_reloc_value * values,unsigned num_values) argument
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrproperty.c334 int num_values, INT32 *values)
352 if (range && (num_values & 1))
355 new_values = malloc(num_values * sizeof (INT32));
356 if (!new_values && num_values)
358 if (num_values)
359 memcpy (new_values, values, num_values * sizeof (INT32));
374 prop->num_valid = num_values;
332 RRConfigureOutputProperty(RROutputPtr output,Atom property,Bool pending,Bool range,Bool immutable,int num_values,INT32 * values) argument
/xsrc/external/mit/libXrandr/dist/include/X11/extensions/
H A DXrandr.h313 int num_values; member in struct:__anondf64a8ae0a08
322 Bool pending, Bool range, int num_values,
534 Bool pending, Bool range, int num_values,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c175 unsigned num_values; member in struct:nir_link_uniforms_state
444 state->num_values += values;
524 prog->data->NumUniformDataSlots = state.num_values;
H A Dlink_uniforms.cpp262 : num_active_uniforms(0), num_hidden_uniforms(0), num_values(0),
303 unsigned num_values; member in class:__anon7c5dec650110::count_uniform_size
394 this->num_values += values;
1525 link_assign_uniform_storage(ctx, prog, uniform_size.num_values);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dshader_query.cpp1025 unsigned num_values = 0; local in function:get_buffer_property
1035 num_values++;
1037 return num_values;
1061 unsigned num_values = 0; local in function:get_buffer_property
1071 num_values++;
1073 return num_values;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshader_query.cpp1244 unsigned num_values = 0; local in function:get_buffer_property
1257 num_values++;
1259 return num_values;
1286 unsigned num_values = 0; local in function:get_buffer_property
1299 num_values++;
1301 return num_values;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_uniforms.cpp477 : num_active_uniforms(0), num_hidden_uniforms(0), num_values(0),
518 unsigned num_values; member in class:__anonab7bec580110::count_uniform_size
609 this->num_values += values;
1779 link_assign_uniform_storage(ctx, prog, uniform_size.num_values);
H A Dgl_nir_link_uniforms.c604 unsigned num_values; member in struct:nir_link_uniforms_state
1490 state->num_values += values;
1865 prog->data->NumUniformDataSlots = state.num_values;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Deg_debug.c116 if (val < field->num_values && values_offsets[val] >= 0)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Deg_debug.c116 if (val < field->num_values && values_offsets[val] >= 0)
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_context.h437 uint num_values, uint32_t *values );
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c187 uint num_values, uint32_t *values)
185 noop_set_inlinable_constants(struct pipe_context * ctx,enum pipe_shader_type shader,uint num_values,uint32_t * values) argument
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c1711 unsigned int num_values = type->array_or_vector_def.num_elems; local in function:dxil_module_get_array_const
1718 if (!memcmp(c->array_values, values, sizeof(*values) * num_values))
1726 ralloc_array(m->ralloc_ctx, struct dxil_value *, num_values);
1727 memcpy(tmp, values, sizeof(*values) * num_values);
2090 int num_values)
2092 uint64_t *value_ids = ralloc_array(m->ralloc_ctx, uint64_t, num_values);
2095 for (i = 0; i < num_values; i++)
2099 num_values);
2089 emit_aggregate_values(struct dxil_module * m,const struct dxil_value ** values,int num_values) argument
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c3872 if (propinfo->range && propinfo->num_values > 0)
3875 (propinfo->num_values == 2) ? "" : "s");
3876 for (int k = 0; k < propinfo->num_values / 2; k++)
3885 if (k < propinfo->num_values / 2 - 1)
3890 if (!propinfo->range && propinfo->num_values > 0)
3893 for (int k = 0; k < propinfo->num_values; k++)
3897 if (k < propinfo->num_values - 1)

Completed in 42 milliseconds

12