HomeSort by relevance Sort by last modified time
    Searched refs:stage (Results 51 - 75 of 223) sorted by null

1 23 4 5 6 7 8 9

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 29 * Polygon stipple stage: implement polygon stipple with texture map and
76 struct draw_stage stage; member in struct:pstip_stage
342 /*struct draw_context *draw = pstip->stage.draw;*/
502 struct draw_context *draw = pstip->stage.draw;
515 pstip_stage( struct draw_stage *stage )
517 return (struct pstip_stage *) stage;
522 pstip_first_tri(struct draw_stage *stage, struct prim_header *header)
524 struct pstip_stage *pstip = pstip_stage(stage);
526 struct draw_context *draw = stage->draw;
529 assert(stage->draw->rasterizer->poly_stipple_enable)
    [all...]
draw_pipe_aaline.c 29 * AA line stage: AA lines are converted to texture mapped triangles.
88 struct draw_stage stage; member in struct:aaline_stage
352 struct pipe_context *pipe = aaline->stage.draw->pipe;
406 struct pipe_context *pipe = aaline->stage.draw->pipe;
500 struct pipe_context *pipe = aaline->stage.draw->pipe;
528 struct draw_context *draw = aaline->stage.draw;
545 aaline_stage( struct draw_stage *stage )
547 return (struct aaline_stage *) stage;
556 aaline_line(struct draw_stage *stage, struct prim_header *header)
558 const struct aaline_stage *aaline = aaline_stage(stage);
    [all...]
draw_pipe_aapoint.c 29 * AA point stage: AA points are converted to quads and rendered with a
86 struct draw_stage stage; member in struct:aapoint_stage
501 struct pipe_context *pipe = aapoint->stage.draw->pipe;
551 struct draw_context *draw = aapoint->stage.draw;
568 aapoint_stage( struct draw_stage *stage )
570 return (struct aapoint_stage *) stage;
580 aapoint_point(struct draw_stage *stage, struct prim_header *header)
582 const struct aapoint_stage *aapoint = aapoint_stage(stage);
632 v[i] = dup_vert(stage, header->v[0], i);
669 stage->next->tri( stage->next, &tri )
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 29 * Polygon stipple stage: implement polygon stipple with texture map and
76 struct draw_stage stage; member in struct:pstip_stage
342 /*struct draw_context *draw = pstip->stage.draw;*/
502 struct draw_context *draw = pstip->stage.draw;
515 pstip_stage( struct draw_stage *stage )
517 return (struct pstip_stage *) stage;
522 pstip_first_tri(struct draw_stage *stage, struct prim_header *header)
524 struct pstip_stage *pstip = pstip_stage(stage);
526 struct draw_context *draw = stage->draw;
529 assert(stage->draw->rasterizer->poly_stipple_enable)
    [all...]
draw_pipe_aaline.c 29 * AA line stage: AA lines are converted to texture mapped triangles.
88 struct draw_stage stage; member in struct:aaline_stage
352 struct pipe_context *pipe = aaline->stage.draw->pipe;
406 struct pipe_context *pipe = aaline->stage.draw->pipe;
500 struct pipe_context *pipe = aaline->stage.draw->pipe;
528 struct draw_context *draw = aaline->stage.draw;
545 aaline_stage( struct draw_stage *stage )
547 return (struct aaline_stage *) stage;
556 aaline_line(struct draw_stage *stage, struct prim_header *header)
558 const struct aaline_stage *aaline = aaline_stage(stage);
    [all...]
draw_pipe_aapoint.c 29 * AA point stage: AA points are converted to quads and rendered with a
86 struct draw_stage stage; member in struct:aapoint_stage
501 struct pipe_context *pipe = aapoint->stage.draw->pipe;
551 struct draw_context *draw = aapoint->stage.draw;
568 aapoint_stage( struct draw_stage *stage )
570 return (struct aapoint_stage *) stage;
580 aapoint_point(struct draw_stage *stage, struct prim_header *header)
582 const struct aapoint_stage *aapoint = aapoint_stage(stage);
632 v[i] = dup_vert(stage, header->v[0], i);
669 stage->next->tri( stage->next, &tri )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_fs.c 52 struct quad_stage stage; /**< base class */ member in struct:quad_shade_stage
169 qss->stage.softpipe = softpipe;
170 qss->stage.begin = shade_begin;
171 qss->stage.run = shade_quads;
172 qss->stage.destroy = shade_destroy;
174 return &qss->stage;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_fs.c 52 struct quad_stage stage; /**< base class */ member in struct:quad_shade_stage
169 qss->stage.softpipe = softpipe;
170 qss->stage.begin = shade_begin;
171 qss->stage.run = shade_quads;
172 qss->stage.destroy = shade_destroy;
174 return &qss->stage;
  /external/chromium_org/chrome/browser/
upgrade_detector.h 93 void set_upgrade_notification_stage(UpgradeNotificationAnnoyanceLevel stage) {
94 upgrade_notification_stage_ = stage;
129 // The stage at which the annoyance level for upgrade notifications is at.
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition.h 25 WebRequestData(net::URLRequest* request, RequestStage stage);
28 RequestStage stage,
34 // The stage (progress) of the network request.
35 RequestStage stage; member in struct:extensions::WebRequestData
93 // contains a 1 for each request stage during which the condition can be
webrequest_condition.cc 44 WebRequestData::WebRequestData(net::URLRequest* request, RequestStage stage)
46 stage(stage),
51 RequestStage stage,
54 stage(stage),
91 if (!(request_data.data->stage & applicable_request_stages_)) {
  /external/harfbuzz_ng/src/
hb-ot-map.cc 99 info->stage[0] = current_stage[0];
100 info->stage[1] = current_stage[1];
162 p->stage = current_stage[table_index];
200 feature_infos[j].stage[0] = MIN (feature_infos[j].stage[0], feature_infos[i].stage[0]);
201 feature_infos[j].stage[1] = MIN (feature_infos[j].stage[1], feature_infos[i].stage[1]);
244 map->stage[0] = info->stage[0]
    [all...]
hb-ot-map-private.hh 48 unsigned int stage[2]; /* GSUB/GPOS */ member in struct:hb_ot_map_t::feature_map_t
103 return map ? map->stage[table_index] : (unsigned int) -1;
106 inline void get_stage_lookups (unsigned int table_index, unsigned int stage,
108 if (unlikely (stage == (unsigned int) -1)) {
113 assert (stage <= pauses[table_index].len);
114 unsigned int start = stage ? pauses[table_index][stage - 1].num_lookups : 0;
115 unsigned int end = stage < pauses[table_index].len ? pauses[table_index][stage].num_lookups : lookups[table_index].len;
210 unsigned int stage[2]; /* GSUB/GPOS *
217 unsigned int stage; member in struct:pause_info_t
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/recovery_private/
recovery_operation_manager.cc 24 recovery_api::Stage nextStage(recovery_api::Stage stage) {
25 if (stage == recovery_api::STAGE_CONFIRMATION) {
27 } else if (stage == recovery_api::STAGE_DOWNLOAD) {
29 } else if (stage == recovery_api::STAGE_VERIFYDOWNLOAD) {
31 } else if (stage == recovery_api::STAGE_WRITE) {
107 recovery_api::Stage stage,
111 info.stage = stage
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_shader.cpp 84 unsigned int stage; local
86 for (stage = 0; stage < ARRAY_SIZE(shProg->_LinkedShaders); stage++) {
88 (struct brw_shader *)shProg->_LinkedShaders[stage];
99 ctx->Driver.NewProgram(ctx, targets[stage], shader->base.Name);
107 if (stage == 0) {
143 bool output = stage == MESA_SHADER_FRAGMENT;
144 bool temp = stage == MESA_SHADER_FRAGMENT;
145 bool uniform = stage == MESA_SHADER_FRAGMENT
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_vertex.c 51 #define VERTEX_STAGE_DATA(stage) ((struct vertex_stage_data *)stage->privatePtr)
138 struct tnl_pipeline_stage *stage )
140 struct vertex_stage_data *store = (struct vertex_stage_data *)stage->privatePtr;
211 * is essentially required to be in this stage.
233 struct tnl_pipeline_stage *stage )
239 stage->privatePtr = CALLOC(sizeof(*store));
240 store = VERTEX_STAGE_DATA(stage);
259 static void dtr( struct tnl_pipeline_stage *stage )
261 struct vertex_stage_data *store = VERTEX_STAGE_DATA(stage);
    [all...]
t_vb_light.c 47 struct tnl_pipeline_stage *stage,
62 * Data private to this pipeline stage.
76 #define LIGHT_STAGE_DATA(stage) ((struct light_stage_data *)(stage->privatePtr))
218 * Prepare things prior to running the lighting stage.
326 struct tnl_pipeline_stage *stage )
328 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
375 store->light_func_tab[idx]( ctx, VB, stage, input );
384 struct tnl_pipeline_stage *stage )
405 LIGHT_STAGE_DATA(stage)->light_func_tab = tab
    [all...]
t_vb_fog.c 45 #define FOG_STAGE_DATA(stage) ((struct fog_stage_data *)stage->privatePtr)
143 run_fog_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
147 struct fog_stage_data *store = FOG_STAGE_DATA(stage);
159 /* dest = VB->AttribPtr[_TNL_ATTRIB_FOG] = fog stage private storage */
235 /* Called the first time stage->run() is invoked.
238 alloc_fog_data(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
242 stage->privatePtr = MALLOC(sizeof(*store));
243 store = FOG_STAGE_DATA(stage);
257 free_fog_data(struct tnl_pipeline_stage *stage)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp 84 unsigned int stage; local
86 for (stage = 0; stage < ARRAY_SIZE(shProg->_LinkedShaders); stage++) {
88 (struct brw_shader *)shProg->_LinkedShaders[stage];
99 ctx->Driver.NewProgram(ctx, targets[stage], shader->base.Name);
107 if (stage == 0) {
143 bool output = stage == MESA_SHADER_FRAGMENT;
144 bool temp = stage == MESA_SHADER_FRAGMENT;
145 bool uniform = stage == MESA_SHADER_FRAGMENT
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_vertex.c 51 #define VERTEX_STAGE_DATA(stage) ((struct vertex_stage_data *)stage->privatePtr)
138 struct tnl_pipeline_stage *stage )
140 struct vertex_stage_data *store = (struct vertex_stage_data *)stage->privatePtr;
211 * is essentially required to be in this stage.
233 struct tnl_pipeline_stage *stage )
239 stage->privatePtr = CALLOC(sizeof(*store));
240 store = VERTEX_STAGE_DATA(stage);
259 static void dtr( struct tnl_pipeline_stage *stage )
261 struct vertex_stage_data *store = VERTEX_STAGE_DATA(stage);
    [all...]
t_vb_light.c 47 struct tnl_pipeline_stage *stage,
62 * Data private to this pipeline stage.
76 #define LIGHT_STAGE_DATA(stage) ((struct light_stage_data *)(stage->privatePtr))
218 * Prepare things prior to running the lighting stage.
326 struct tnl_pipeline_stage *stage )
328 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
375 store->light_func_tab[idx]( ctx, VB, stage, input );
384 struct tnl_pipeline_stage *stage )
405 LIGHT_STAGE_DATA(stage)->light_func_tab = tab
    [all...]
t_vb_fog.c 45 #define FOG_STAGE_DATA(stage) ((struct fog_stage_data *)stage->privatePtr)
143 run_fog_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
147 struct fog_stage_data *store = FOG_STAGE_DATA(stage);
159 /* dest = VB->AttribPtr[_TNL_ATTRIB_FOG] = fog stage private storage */
235 /* Called the first time stage->run() is invoked.
238 alloc_fog_data(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
242 stage->privatePtr = MALLOC(sizeof(*store));
243 store = FOG_STAGE_DATA(stage);
257 free_fog_data(struct tnl_pipeline_stage *stage)
    [all...]
  /external/chromium_org/gpu/config/
gpu_test_expectations_parser.cc 265 int32 stage = kLineParserBegin; local
297 if (stage != kLineParserConfigs && stage != kLineParserBugID) {
309 if (stage == kLineParserBugID)
310 stage++;
314 if (stage != kLineParserConfigs) {
319 stage++;
323 if (stage != kLineParserTestName) {
328 stage++;
332 if (stage == kLineParserBegin)
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map-private.hh 48 unsigned int stage[2]; /* GSUB/GPOS */ member in struct:hb_ot_map_t::feature_map_t
103 return map ? map->stage[table_index] : (unsigned int) -1;
106 inline void get_stage_lookups (unsigned int table_index, unsigned int stage,
108 if (unlikely (stage == (unsigned int) -1)) {
113 assert (stage <= stages[table_index].len);
114 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0;
115 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len;
217 unsigned int stage[2]; /* GSUB/GPOS *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
shaders_cache.h 54 #define _SHADERS_GET_STAGE(stage, id) \
55 ((id) & (((1 << _SHADERS_ ## stage ## _BITS) - 1) << SHADERS_ ## stage ## _SHIFT))

Completed in 795 milliseconds

1 23 4 5 6 7 8 9