HomeSort by relevance Sort by last modified time
    Searched defs:templat (Results 26 - 34 of 34) sorted by null

12

  /external/mesa3d/src/gallium/tests/graw/
gs-test.c 151 struct pipe_resource templat; local
154 templat.target = PIPE_BUFFER;
155 templat.format = PIPE_FORMAT_R8_UNORM;
156 templat.width0 = sizeof(constants1);
157 templat.height0 = 1;
158 templat.depth0 = 1;
159 templat.array_size = 1;
160 templat.last_level = 0;
161 templat.nr_samples = 1;
162 templat.bind = PIPE_BIND_CONSTANT_BUFFER
357 struct pipe_resource templat; local
490 struct pipe_resource templat; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 879 struct pipe_video_buffer templat; local
901 memset(&templat, 0, sizeof(templat));
902 templat.width = dec->base.width / 4;
903 templat.height = dec->base.height;
904 templat.chroma_format = dec->base.chroma_format;
907 dec->base.context, &templat,
915 memset(&templat, 0, sizeof(templat));
916 templat.width = dec->base.width / nr_of_idct_render_targets
963 struct pipe_video_buffer templat; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 795 struct pipe_resource templat; local
796 memset(&templat, 0, sizeof(templat));
797 templat.target = target;
798 templat.width0 = width;
799 templat.height0 = height;
800 templat.depth0 = depth;
801 templat.array_size = array_size;
803 templat.last_level = mip_levels - 1;
805 templat.last_level = MAX2(MAX2(util_logbase2(templat.width0), util_logbase2(templat.height0)), util_logbas (…)
1100 struct pipe_sampler_view templat; local
1222 struct pipe_surface templat; local
1312 struct pipe_surface templat; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 879 struct pipe_video_buffer templat; local
901 memset(&templat, 0, sizeof(templat));
902 templat.width = dec->base.width / 4;
903 templat.height = dec->base.height;
904 templat.chroma_format = dec->base.chroma_format;
907 dec->base.context, &templat,
915 memset(&templat, 0, sizeof(templat));
916 templat.width = dec->base.width / nr_of_idct_render_targets
963 struct pipe_video_buffer templat; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 795 struct pipe_resource templat; local
796 memset(&templat, 0, sizeof(templat));
797 templat.target = target;
798 templat.width0 = width;
799 templat.height0 = height;
800 templat.depth0 = depth;
801 templat.array_size = array_size;
803 templat.last_level = mip_levels - 1;
805 templat.last_level = MAX2(MAX2(util_logbase2(templat.width0), util_logbase2(templat.height0)), util_logbas (…)
1100 struct pipe_sampler_view templat; local
1222 struct pipe_surface templat; local
1312 struct pipe_surface templat; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
vdpau_private.h 365 struct pipe_video_buffer templat, *video_buffer; member in struct:__anon18830
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 365 struct pipe_video_buffer templat, *video_buffer; member in struct:__anon32227
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1035 struct pipe_sampler_view templat; local
1036 memset(&templat, 0, sizeof(templat));
1037 templat.texture = gallium_buffer0;
1038 templat.swizzle_r = 0;
1039 templat.swizzle_g = 1;
1040 templat.swizzle_b = 2;
1041 templat.swizzle_a = 3;
1042 templat.format = gallium_buffer0->format;
1043 gallium_buffer0_view = pipe->create_sampler_view(pipe, gallium_buffer0, &templat);
1169 struct pipe_surface templat; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1035 struct pipe_sampler_view templat; local
1036 memset(&templat, 0, sizeof(templat));
1037 templat.texture = gallium_buffer0;
1038 templat.swizzle_r = 0;
1039 templat.swizzle_g = 1;
1040 templat.swizzle_b = 2;
1041 templat.swizzle_a = 3;
1042 templat.format = gallium_buffer0->format;
1043 gallium_buffer0_view = pipe->create_sampler_view(pipe, gallium_buffer0, &templat);
1169 struct pipe_surface templat; local
    [all...]

Completed in 629 milliseconds

12