| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_samples.c | 27 /* Sample positions are specified partially in hardware, partially in software 28 * on Mali. On Midgard, sample positions are completely fixed but need to be 30 * positions are part fixed, part programmable, and again need to be accessible 47 struct mali_sample_position positions[32]; member in struct:mali_sample_positions 65 .positions = { 72 .positions = { 82 .positions = { 92 .positions = { 106 .positions = { 142 dev->sample_positions = panfrost_bo_create(dev, 4096, 0, "Sample positions"); [all...] |
| /xsrc/external/mit/x11perf/dist/ |
| do_movewin.c | 27 static XPoint *positions; variable 46 positions = malloc(p->objects * sizeof(XPoint)); 52 positions[i].x = (CHILDSIZE+CHILDSPACE) * (i/rows) + CHILDSPACE/2; 53 positions[i].y = (CHILDSIZE+CHILDSPACE) * (i%rows) + CHILDSPACE/2; 55 positions[i].x, positions[i].y, 75 positions[j].x + x_offset, positions[j].y + y_offset); 85 free(positions); 149 positions = malloc(p->objects * sizeof(XPoint)) [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| decsed.pl | 106 then positions to the given y,x (default is middle of screen),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_surface.c | 912 /* We can't actually query the device to learn the sample positions. 956 const float (*positions)[2]; 960 positions = pos2; 963 positions = pos4; 966 positions = pos8; 969 positions = pos16; 972 positions = pos1; 975 pos_out[0] = positions[sample_index][0]; 976 pos_out[1] = positions[sample_index][1];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_surface.c | 924 /* We can't actually query the device to learn the sample positions. 968 const float (*positions)[2]; 972 positions = pos2; 975 positions = pos4; 978 positions = pos8; 981 positions = pos16; 984 positions = pos1; 987 pos_out[0] = positions[sample_index][0]; 988 pos_out[1] = positions[sample_index][1];
|
| /xsrc/external/mit/xedit/dist/ |
| xedit.c | 74 Widget scratch, hpane, vpanes[2], labels[3], texts[3], forms[3], positions[3]; variable 379 positions[0] = XtCreateManagedWidget(positionWindow,labelWidgetClass, 386 positions[2] = XtCreateManagedWidget(positionWindow,labelWidgetClass, 426 positions[1] = XtCreateManagedWidget(positionWindow,labelWidgetClass, 606 XtSetValues(positions[idx], args, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_acceleration_structure.c | 762 get_vertices(nir_builder *b, nir_ssa_def *addresses, nir_ssa_def *format, nir_ssa_def *positions[3]) 844 positions[i] = nir_load_var(b, results[i]); 968 nir_ssa_def *positions[3]; local 969 get_vertices(&b, vertex_addresses, vertex_format, positions); 1003 node_data[i * 3 + j] = nir_fdph(&b, positions[i], nir_load_var(&b, transform[j])); 1201 nir_ssa_def *positions[3]; local 1203 positions[i] = 1206 nir_ssa_def *bounds[] = {positions[0], positions[0]}; 1208 bounds[0] = nir_fmin(b, bounds[0], positions[i]) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_pipeline.c | 2213 const VkSampleLocationEXT *positions = local 2216 dynamic->sample_locations.locations[i].x = positions[i].x; 2217 dynamic->sample_locations.locations[i].y = positions[i].y; 2226 const struct intel_sample_position *positions = local 2229 dynamic->sample_locations.locations[i].x = positions[i].x; 2230 dynamic->sample_locations.locations[i].y = positions[i].y;
|