HomeSort by relevance Sort by last modified time
    Searched refs:surface_count (Results 1 - 22 of 22) sorted by null

  /hardware/intel/common/libva/test/basic/
test_09.c 66 int surface_count = 4; local
67 int total_surfaces = config_count * surface_count;
79 va_status = vaCreateContext( va_dpy, configs[i], width, height, flags, surfaces + i*surface_count, surface_count, &contexts[i] );
test_08.c 36 void test_unique_surfaces(VASurfaceID *surface_list, int surface_count)
40 for(i = 0; i < surface_count; i++)
test_10.c 44 int surface_count = 4; local
45 total_surfaces = surface_count;
55 va_status = vaCreateContext( va_dpy, config, width, height, flags, surfaces, surface_count, &context );
test_11.c 44 int surface_count = 4; local
45 total_surfaces = surface_count;
55 va_status = vaCreateContext( va_dpy, config, width, height, flags, surfaces, surface_count, &context );
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_compute.h 49 uint8_t surface_count; member in struct:ilo_state_compute_interface_info
ilo_state_compute.c 342 return (interface->surface_count <= 31) ? interface->surface_count : 31;
375 uint8_t sampler_count, surface_count; local
388 surface_count =
393 dw3 = surface_count << GEN6_IDRT_DW3_BINDING_TABLE_SIZE__SHIFT;
ilo_state_shader.c 45 uint8_t surface_count; member in struct:vertex_ff
139 ff->surface_count = resource->surface_count;
211 ff.surface_count << GEN6_THREADDISP_BINDING_TABLE_SIZE__SHIFT;
295 ff.surface_count << GEN6_THREADDISP_BINDING_TABLE_SIZE__SHIFT;
400 ff.surface_count << GEN6_THREADDISP_BINDING_TABLE_SIZE__SHIFT;
531 ff.surface_count << GEN6_THREADDISP_BINDING_TABLE_SIZE__SHIFT;
609 ff.surface_count << GEN6_THREADDISP_BINDING_TABLE_SIZE__SHIFT;
ilo_state_shader_ps.c 41 uint8_t surface_count; member in struct:pixel_ff
398 ff->surface_count = resource->surface_count;
431 ff->surface_count << GEN6_THREADDISP_BINDING_TABLE_SIZE__SHIFT;
530 ff->surface_count << GEN6_THREADDISP_BINDING_TABLE_SIZE__SHIFT;
595 ff->surface_count << GEN6_THREADDISP_BINDING_TABLE_SIZE__SHIFT;
ilo_state_shader.h 53 uint8_t surface_count; member in struct:ilo_state_shader_resource_info
  /external/mesa3d/src/intel/vulkan/
anv_pipeline_cache.c 32 uint32_t surface_count, uint32_t sampler_count)
35 (surface_count + sampler_count) * sizeof(struct anv_pipeline_binding);
54 bind_map->surface_count, bind_map->sampler_count);
94 bind_map->surface_count * sizeof(struct anv_pipeline_binding));
95 data += bind_map->surface_count * sizeof(struct anv_pipeline_binding);
118 shader->bind_map.surface_count,
129 shader->bind_map.surface_count,
391 p += align_u32((bin.bind_map.surface_count + bin.bind_map.sampler_count) *
394 bin.bind_map.sampler_to_descriptor = bindings + bin.bind_map.surface_count;
anv_descriptor_set.c 85 uint32_t surface_count[MESA_SHADER_STAGES] = { 0, }; local
143 set_layout->binding[b].stage[s].surface_index = surface_count[s];
144 surface_count[s] += binding->descriptorCount;
genX_pipeline.c 748 uint32_t surface_count = 0; local
752 surface_count = map->surface_count;
756 for (unsigned i = 0; i < surface_count; i++) {
    [all...]
anv_nir_apply_pipeline_layout.c 303 map->surface_count += set_layout->binding[b].array_size;
genX_cmd_buffer.c     [all...]
anv_pipeline.c 852 map.surface_count += num_rts;
853 assert(map.surface_count <= 256);
    [all...]
anv_private.h 1376 uint32_t surface_count; member in struct:anv_pipeline_bind_map
    [all...]
anv_blorp.c 66 .surface_count = 0,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi.h     [all...]
dxgi.idl 403 [in] UINT surface_count,
dxgi1_2.h 135 UINT surface_count,
199 #define IDXGIDevice2_CreateSurface(This,desc,surface_count,usage,shared_resource,surface) (This)->lpVtbl->CreateSurface(This,desc,surface_count,usage,shared_resource,surface)
238 static FORCEINLINE HRESULT IDXGIDevice2_CreateSurface(IDXGIDevice2* This,const DXGI_SURFACE_DESC *desc,UINT surface_count,DXGI_USAGE usage,const DXGI_SHARED_RESOURCE *shared_resource,IDXGISurface **surface) {
239 return This->lpVtbl->CreateSurface(This,desc,surface_count,usage,shared_resource,surface);
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_dynamic.c 536 interface.surface_count =
ilo_shader.c 633 resource->surface_count = 0;
    [all...]

Completed in 445 milliseconds