Home
last modified time | relevance | path

Searched defs:system_value (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.h90 gl_system_value system_value() const { return m_system_value; } in system_value() function
91 void set_system_value(gl_system_value system_value) { m_system_value = system_value; } in set_system_value()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_intrinsics.py865 def system_value(name, dest_comp, indices=[], bit_sizes=[32]): function
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dmisc_info.cc268 auto system_value = system_info.find(key)->second; in MergeMiscInfos() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.h43 …uint32_t system_value; // Semantic type. Similar to DxilSemantic::Kind, but a serializ… member
H A Dnir_to_dxil.c600 nir_variable *system_value[SYSTEM_VALUE_MAX]; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader_common.h31 gl_system_value system_value; /* Input only */ member
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c135 } system_value[UREG_MAX_SYSTEM_VALUE]; member