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

  /external/mesa3d/src/compiler/
glsl_types.h 944 unsigned image_write_only:1; member in struct:glsl_struct_field
962 precision(GLSL_PRECISION_NONE), image_read_only(0), image_write_only(0),
glsl_types.cpp 911 if (this->fields.structure[i].image_write_only
912 != b->fields.structure[i].image_write_only)
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir.cpp     [all...]
ast_function.cpp 137 if (actual->data.image_write_only && !formal->data.image_write_only) {
    [all...]
ast_to_hir.cpp 88 /* We can have image_write_only set on both images and buffer variables,
91 * (image_write_only), while in the case of buffer variables there is
98 if (var->data.image_write_only) {
    [all...]
ir.h 834 unsigned image_write_only:1; /**< "writeonly" qualifier. */ member in struct:ir_variable::ir_variable_data
    [all...]
builtin_variables.cpp 339 this->fields[this->num_fields].image_write_only = 0;
    [all...]
link_uniforms.cpp 605 current_var->data.image_write_only ? GL_WRITE_ONLY :
    [all...]
glsl_to_nir.cpp 409 var->data.image.write_only = ir->data.image_write_only;
    [all...]
builtin_functions.cpp     [all...]

Completed in 267 milliseconds