HomeSort by: relevance | last modified time | path
    Searched refs:rebind (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_binding.c 116 static int vmw_binding_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind);
118 bool rebind);
119 static int vmw_binding_scrub_texture(struct vmw_ctx_bindinfo *bi, bool rebind);
120 static int vmw_binding_scrub_cb(struct vmw_ctx_bindinfo *bi, bool rebind);
121 static int vmw_binding_scrub_dx_rt(struct vmw_ctx_bindinfo *bi, bool rebind);
122 static int vmw_binding_scrub_sr(struct vmw_ctx_bindinfo *bi, bool rebind);
123 static int vmw_binding_scrub_so(struct vmw_ctx_bindinfo *bi, bool rebind);
126 bool rebind);
127 static int vmw_binding_scrub_ib(struct vmw_ctx_bindinfo *bi, bool rebind);
128 static int vmw_binding_scrub_vb(struct vmw_ctx_bindinfo *bi, bool rebind);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_dac.c 388 struct drm_encoder *rebind; local in function:nv04_dac_mode_set
397 list_for_each_entry(rebind, &dev->mode_config.encoder_list, head) {
398 if (rebind == encoder
399 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG)
402 dac_offset = nv04_dac_output_offset(rebind);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDefs.h 171 struct rebind { typedef fuzzer_allocator<Other> other; }; struct in class:fuzzer::fuzzer_allocator

Completed in 14 milliseconds