HomeSort by relevance Sort by last modified time
    Searched defs:explicit_xfb_buffer (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/compiler/
glsl_types.h 1016 unsigned explicit_xfb_buffer:1; member in struct:glsl_struct_field
1026 memory_restrict(0), image_format(0), explicit_xfb_buffer(0),
1038 memory_restrict(0), image_format(0), explicit_xfb_buffer(0),
  /external/mesa3d/src/compiler/glsl/
ast.h 591 unsigned explicit_xfb_buffer:1; /**< xfb_buffer value assigned explicitly by shader code */ member in struct:ast_type_qualifier::__anon32984::__anon32985
    [all...]
ast_to_hir.cpp 7197 unsigned explicit_xfb_buffer = 0; local
    [all...]
ir.h 773 unsigned explicit_xfb_buffer:1; member in struct:ir_variable::ir_variable_data
    [all...]

Completed in 104 milliseconds