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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_buffer_objects.c 184 const GLboolean write_only = local
187 if (write_only) {
200 radeon_bo_map(radeon_obj->bo, write_only);
  /external/dhcpcd-6.8.2/dbus/
rpc-dbus.c 609 int write_only = 0; local
613 write_only = 1;
614 eloop_event_delete(dhcpcd_ctx->eloop, fd, write_only);
  /external/dhcpcd-6.8.2/
eloop.c 200 eloop_event_delete(struct eloop_ctx *ctx, int fd, int write_only)
211 if (write_only) {
  /external/mesa3d/src/compiler/glsl/
ast_type.cpp 116 || this->flags.q.write_only;
767 bad.flags.q.write_only ? " write_only" : "",
ast.h 568 unsigned write_only:1; /**< "writeonly" qualifier. */ member in struct:ast_type_qualifier::__anon27314::__anon27315
    [all...]
ast_to_hir.cpp 90 * the variable itself (write_only) and from the memory they point to
    [all...]
glsl_to_nir.cpp 409 var->data.image.write_only = ir->data.image_write_only;
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_print.c 399 const char *const wonly = (var->data.image.write_only) ? "writeonly " : "";
nir.h 281 bool write_only; /**< "writeonly" qualifier. */ member in struct:nir_variable::nir_variable_data::__anon27407
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_nir.cpp     [all...]

Completed in 1757 milliseconds