| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_msaa.c | 42 * Update the sample locations 56 uint8_t locations[ local in function:update_sample_locations 88 locations[pixel * samples + sample_index] = loc; 93 st->pipe->screen, st->state.fb_height, samples, locations); 97 memcmp(locations, st->state.sample_locations, size) != 0) { 98 st->pipe->set_sample_locations( st->pipe, size, locations); 101 memcpy(st->state.sample_locations, locations, size); 111 /* Update the sample mask and locations for MSAA.
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_msaa.c | 42 * Update the sample locations 56 uint8_t locations[ local in function:update_sample_locations 88 locations[pixel * samples + sample_index] = loc; 93 st->screen, st->state.fb_height, samples, locations); 97 memcmp(locations, st->state.sample_locations, size) != 0) { 98 st->pipe->set_sample_locations( st->pipe, size, locations); 101 memcpy(st->state.sample_locations, locations, size); 111 /* Update the sample mask and locations for MSAA.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_framebuffer.h | 69 unsigned samples, uint8_t *locations);
|
| H A D | u_framebuffer.c | 256 unsigned samples, uint8_t *locations) 273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; 277 memcpy(locations, new_locations, grid_width * grid_height * samples); 255 util_sample_locations_flip_y(struct pipe_screen * screen,unsigned fb_height,unsigned samples,uint8_t * locations) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_framebuffer.h | 69 unsigned samples, uint8_t *locations);
|
| H A D | u_framebuffer.c | 256 unsigned samples, uint8_t *locations) 273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; 277 memcpy(locations, new_locations, grid_width * grid_height * samples); 255 util_sample_locations_flip_y(struct pipe_screen * screen,unsigned fb_height,unsigned samples,uint8_t * locations) argument
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_program.c | 36 .locations = glamor_program_location_fg, 50 .locations = glamor_program_location_fillsamp | glamor_program_location_fillpos, 69 .locations = glamor_program_location_fg | glamor_program_location_fillsamp | glamor_program_location_fillpos, 90 .locations = glamor_program_location_fg | glamor_program_location_bg | glamor_program_location_fillsamp | glamor_program_location_fillpos, 165 vs_location_vars(glamor_program_location locations) argument 171 if (locations & location_vars[l].location) 177 fs_location_vars(glamor_program_location locations) argument 183 if (locations & location_vars[l].location) 235 if (location && (prog->locations & location) == 0) 254 glamor_program_location locations local in function:glamor_build_program [all...] |
| H A D | glamor_program.h | 65 const glamor_program_location locations; member in struct:__anon92fc4ecc0408 86 glamor_program_location locations; member in struct:_glamor_program
|
| H A D | glamor_text.c | 272 .locations = glamor_program_location_font, 353 .locations = glamor_program_location_font, 365 .locations = glamor_program_location_fg, 385 .locations = glamor_program_location_fg | glamor_program_location_bg | glamor_program_location_font,
|
| H A D | glamor_dash.c | 62 .locations = glamor_program_location_dash, 72 .locations = (glamor_program_location_dash|
|
| H A D | glamor_composite_glyphs.c | 194 .locations = glamor_program_location_atlas, 208 .locations = glamor_program_location_atlas,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_genX.h | 112 const VkSampleLocationEXT *locations); 115 const VkSampleLocationEXT *locations);
|
| H A D | genX_state.c | 479 const VkSampleLocationEXT *locations) 494 if (locations) { 497 INTEL_SAMPLE_POS_1X_ARRAY(ms.Sample, locations); 500 INTEL_SAMPLE_POS_2X_ARRAY(ms.Sample, locations); 503 INTEL_SAMPLE_POS_4X_ARRAY(ms.Sample, locations); 506 INTEL_SAMPLE_POS_8X_ARRAY(ms.Sample, locations); 536 const VkSampleLocationEXT *locations) 538 /* See the Vulkan 1.0 spec Table 24.1 "Standard sample locations" and 542 if (locations) { 563 INTEL_SAMPLE_POS_1X_ARRAY(sp._1xSample, locations); [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.4.1.rst | 62 - linker: Assign varying locations geometry shader inputs for SSO
|
| H A D | 10.3.6.rst | 68 - linker: Assign varying locations geometry shader inputs for SSO
|
| H A D | 9.1.5.rst | 87 - glsl: Generate smaller values for uniform locations
|
| H A D | 11.1.1.rst | 90 - glsl: assign varying locations to tess shaders when doing SSO 108 - glsl: Fix varying struct locations when varying packing is disabled.
|
| H A D | 10.1.2.rst | 67 - glsl: Allow overlapping locations for vertex input attributes
|
| H A D | 17.0.2.rst | 146 in proper locations
|
| H A D | 20.0.6.rst | 53 - st/mesa: Re-assign vs in locations after updating nir info for
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state_validate.c | 107 uint8_t locations[2 * 4 * 8]; local in function:gm200_validate_sample_locations 108 memcpy(locations, nvc0->sample_locations, sizeof(locations)); 110 &screen->base.base, nvc0->framebuffer.height, ms, locations); 119 sample_locations[wi][0] = locations[ri] & 0xf; 120 sample_locations[wi][1] = 16 - (locations[ri] >> 4);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state_validate.c | 107 uint8_t locations[2 * 4 * 8]; local in function:gm200_validate_sample_locations 108 memcpy(locations, nvc0->sample_locations, sizeof(locations)); 110 &screen->base.base, nvc0->framebuffer.height, ms, locations); 119 sample_locations[wi][0] = locations[ri] & 0xf; 120 sample_locations[wi][1] = 16 - (locations[ri] >> 4);
|
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| H A D | install.mk | 29 # previous FreeType versions (which use slightly different locations).
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 170 %option bison-bridge bison-locations reentrant noyywrap
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 170 %option bison-bridge bison-locations reentrant noyywrap
|