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

  /external/mesa3d/src/compiler/
glsl_types.cpp 54 sampled_type(0), interface_packing(0), interface_row_major(0),
85 sampler_array(array), sampled_type(type), interface_packing(0),
111 sampled_type(0), interface_packing(0), interface_row_major(0),
140 sampled_type(0), interface_packing((unsigned) packing),
168 sampled_type(0), interface_packing(0), interface_row_major(0),
200 sampled_type(0), interface_packing(0), interface_row_major(0),
417 sampled_type(0), interface_packing(0), interface_row_major(0),
861 if (this->interface_packing != b->interface_packing)
    [all...]
glsl_types.h 140 unsigned interface_packing:2; member in struct:glsl_type
773 return (enum glsl_interface_packing)interface_packing;
  /external/mesa3d/src/compiler/glsl/
link_uniform_blocks.cpp 277 blocks[i]._Packing = gl_uniform_block_packing(type->interface_packing);
437 (b->type->without_array()->interface_packing ==
linker.cpp     [all...]

Completed in 434 milliseconds