Searched refs:locations (Results 1 - 25 of 222) sorted by relevance

123456789

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_msaa.c42 * 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 Dst_atom_msaa.c42 * 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 Du_framebuffer.h69 unsigned samples, uint8_t *locations);
H A Du_framebuffer.c256 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 Du_framebuffer.h69 unsigned samples, uint8_t *locations);
H A Du_framebuffer.c256 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 Dglamor_program.c36 .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 Dglamor_program.h65 const glamor_program_location locations; member in struct:__anon92fc4ecc0408
86 glamor_program_location locations; member in struct:_glamor_program
H A Dglamor_text.c272 .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 Dglamor_dash.c62 .locations = glamor_program_location_dash,
72 .locations = (glamor_program_location_dash|
H A Dglamor_composite_glyphs.c194 .locations = glamor_program_location_atlas,
208 .locations = glamor_program_location_atlas,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_genX.h112 const VkSampleLocationEXT *locations);
115 const VkSampleLocationEXT *locations);
H A DgenX_state.c479 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 D10.4.1.rst62 - linker: Assign varying locations geometry shader inputs for SSO
H A D10.3.6.rst68 - linker: Assign varying locations geometry shader inputs for SSO
H A D9.1.5.rst87 - glsl: Generate smaller values for uniform locations
H A D11.1.1.rst90 - glsl: assign varying locations to tess shaders when doing SSO
108 - glsl: Fix varying struct locations when varying packing is disabled.
H A D10.1.2.rst67 - glsl: Allow overlapping locations for vertex input attributes
H A D17.0.2.rst146 in proper locations
H A D20.0.6.rst53 - 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 Dnvc0_state_validate.c107 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 Dnvc0_state_validate.c107 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 Dinstall.mk29 # previous FreeType versions (which use slightly different locations).
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp-lex.l170 %option bison-bridge bison-locations reentrant noyywrap
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dglcpp-lex.l170 %option bison-bridge bison-locations reentrant noyywrap

Completed in 16 milliseconds

123456789