Home
last modified time | relevance | path

Searched defs:is_dual_slot (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/
Dglsl_types.h897 bool is_dual_slot() const in is_dual_slot() function
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c656 bool is_dual_slot = glsl_type_is_dual_slot(glsl_without_array(type)); in add_parameter() local
/third_party/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2391 bool is_dual_slot = type->without_array()->is_dual_slot(); in visit_field() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io.c2656 static bool is_dual_slot(nir_intrinsic_instr *intrin) in is_dual_slot() function
/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c298 bool is_dual_slot) in uploads_needed()
Dbrw_context.h442 bool is_dual_slot; member