Home
last modified time | relevance | path

Searched refs:supports_std430 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/
Dglsl_types.h628 const glsl_type *get_explicit_interface_type(bool supports_std430) const;
Dglsl_types.cpp2496 glsl_type::get_explicit_interface_type(bool supports_std430) const in get_explicit_interface_type()
2499 this->get_internal_ifc_packing(supports_std430); in get_explicit_interface_type()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp95 bool supports_std430; member in __anonf80314cc0111::nir_visitor
266 this->supports_std430 = ctx->Const.UseSTD430AsDefaultPacking; in nir_visitor()
580 ir->get_interface_type()->get_explicit_interface_type(supports_std430); in visit()