OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_sampler_view
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.c
291
struct pipe_sampler_view *
old_sampler_view
= stfb->surface_mask_view;
local
294
if (
old_sampler_view
&&
295
old_sampler_view
->texture->width0 == width &&
296
old_sampler_view
->texture->height0 == height)
308
if (
old_sampler_view
)
309
pipe_sampler_view_reference(&
old_sampler_view
, NULL);
320
if (
old_sampler_view
) {
322
u_box_origin_2d(MIN2(
old_sampler_view
->texture->width0,
324
MIN2(
old_sampler_view
->texture->height0,
331
old_sampler_view
->texture
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c
291
struct pipe_sampler_view *
old_sampler_view
= stfb->surface_mask_view;
local
294
if (
old_sampler_view
&&
295
old_sampler_view
->texture->width0 == width &&
296
old_sampler_view
->texture->height0 == height)
308
if (
old_sampler_view
)
309
pipe_sampler_view_reference(&
old_sampler_view
, NULL);
320
if (
old_sampler_view
) {
322
u_box_origin_2d(MIN2(
old_sampler_view
->texture->width0,
324
MIN2(
old_sampler_view
->texture->height0,
331
old_sampler_view
->texture
[
all
...]
Completed in 550 milliseconds