| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_atom_msaa.c | 42 * Update the sample locations 56 uint8_t locations[ local 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/mesa/state_tracker/ |
| st_atom_msaa.c | 42 * Update the sample locations 56 uint8_t locations[ local 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/gallium/auxiliary/util/ |
| u_framebuffer.h | 69 unsigned samples, uint8_t *locations);
|
| 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);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_framebuffer.h | 69 unsigned samples, uint8_t *locations);
|
| 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);
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| 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, 168 vs_location_vars(glamor_program_location locations) 174 if (locations & location_vars[l].location) 180 fs_location_vars(glamor_program_location locations) 186 if (locations & location_vars[l].location) 242 if (location && (prog->locations & location) == 0) 261 glamor_program_location locations = prim->locations local [all...] |
| glamor_program.h | 66 const glamor_program_location locations; member in struct:__anon9857 87 glamor_program_location locations; member in struct:_glamor_program
|
| 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,
|
| glamor_composite_glyphs.c | 195 .locations = glamor_program_location_atlas, 212 .locations = glamor_program_location_atlas, 226 .locations = glamor_program_location_atlas, 242 .locations = glamor_program_location_atlas,
|
| glamor_dash.c | 62 .locations = glamor_program_location_dash, 72 .locations = (glamor_program_location_dash|
|
| glamor_copy.c | 56 .locations = glamor_program_location_fillsamp | glamor_program_location_fillpos, 152 .locations = glamor_program_location_fillsamp|glamor_program_location_fillpos|glamor_program_location_fg|glamor_program_location_bg|glamor_program_location_bitplane,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_genX.h | 112 const VkSampleLocationEXT *locations); 115 const VkSampleLocationEXT *locations);
|
| 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/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_state_validate.c | 107 uint8_t locations[2 * 4 * 8]; local 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);
|
| nvc0_state.c | 917 size_t size, const uint8_t *locations) 921 nvc0->sample_locations_enabled = size && locations; 924 memcpy(nvc0->sample_locations, locations, size);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_state_validate.c | 107 uint8_t locations[2 * 4 * 8]; local 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/compiler/glsl/glcpp/ |
| glcpp-lex.l | 170 %option bison-bridge bison-locations reentrant noyywrap
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| glcpp-lex.l | 170 %option bison-bridge bison-locations reentrant noyywrap
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| p_context.h | 283 * Set the sample locations used during rasterization. When NULL or sized 284 * zero, the default locations are used. 286 * Note that get_sample_position() still returns the default locations. 289 * locations[(pixel_y*grid_w+pixel_x)*ms+i], 303 * The pixel grid is used to vary sample locations across pixels and its 307 size_t size, const uint8_t *locations ); 520 * depth buffer compression can depend the sample locations. 729 * \param handles array of pointers to the memory locations that
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/ |
| noop_state.c | 320 size_t size, const uint8_t *locations )
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| p_context.h | 443 * Set the sample locations used during rasterization. When NULL or sized 444 * zero, the default locations are used. 446 * Note that get_sample_position() still returns the default locations. 449 * locations[(pixel_y*grid_w+pixel_x)*ms+i], 463 * The pixel grid is used to vary sample locations across pixels and its 467 size_t size, const uint8_t *locations ); 718 * depth buffer compression can depend the sample locations. 937 * \param handles array of pointers to the memory locations that
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_meta.c | 215 typed_memcpy(&cmd_buffer->state.dynamic.sample_location.locations, 216 &state->sample_location.locations, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| program_lexer.l | 171 %option bison-bridge bison-locations reentrant noyywrap
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| program_lexer.l | 171 %option bison-bridge bison-locations reentrant noyywrap
|