Searched refs:is_input (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Events.c102 Bool is_input; member in struct:x_IHRec
371 if (ih->is_input)
431 if (ih->is_input)
479 if (ih->is_input)
568 ih->is_input = TRUE;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_legalize.c117 if (is_input(n)) {
147 if (is_input(n)) {
300 if (ctx->early_input_release && is_input(n)) {
876 if (is_input(instr) && block != start_block) {
H A Dir3_postsched.c204 if (!is_input(n->instr))
599 if (is_input(instr)) {
H A Dir3_sched.c506 if (is_input(instr))
1074 if (is_kill_or_demote(instr) || is_input(instr)) {
H A Dir3.c354 if (is_input(instr))
H A Dir3.h955 is_input(struct ir3_instruction *instr) function in typeref:typename:bool
H A Dir3_compiler_nir.c3423 if (is_input(instr)) {
3507 if (is_input(instr)) {
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_legalize.c122 if (is_input(n)) {
274 if (is_input(n))
H A Dir3_sched.c182 if (writes_addr(instr) || writes_pred(instr) || is_input(instr)) {
H A Dir3.h713 static inline bool is_input(struct ir3_instruction *instr) function in typeref:typename:bool
H A Dir3.c936 if (is_input(instr))
H A Dir3_compiler_nir.c2474 if (is_input(instr)) {
2530 if (is_input(instr)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c45 bool is_input)
72 is_output_load = !is_input;
79 if (bit_size == 16 && !is_input) {
97 if (info->stage != MESA_SHADER_VERTEX || !is_input)
100 if (info->stage == MESA_SHADER_FRAGMENT && !is_input) {
110 if (is_input) {
44 scan_io_usage(struct si_shader_info * info,nir_intrinsic_instr * intr,bool is_input) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_value_gpr.h56 bool is_input() const {return m_input; } function in class:r600::GPRValue
H A Dsfn_liverange.cpp782 if (g.is_input()) {
H A Dsfn_shader_base.cpp228 if (g.is_input())
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c32 is_input(nir_intrinsic_instr *intrin) function in typeref:typename:bool
70 if ((mode == nir_var_shader_in && is_input(intrin)) ||
171 (stage == MESA_SHADER_TESS_EVAL && is_input(intrin))) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c87 is_input(nir_intrinsic_instr *intrin) function in typeref:typename:bool
121 (stage == MESA_SHADER_TESS_EVAL && is_input(intrin))) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.c2216 boolean is_input; local in function:DECL_SPECIAL
2222 is_input = sem.reg.file == D3DSPR_INPUT;
2251 if (is_input) {
2281 if (is_input && tx->version.major >= 3) {
2309 if (!is_input && 0) { /* declare in COLOROUT/DEPTHOUT case */
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c2243 boolean is_input; local in function:DECL_SPECIAL
2249 is_input = sem.reg.file == D3DSPR_INPUT;
2278 if (is_input) {
2308 if (is_input && tx->version.major >= 3) {
2335 if (!is_input && 0) { /* declare in COLOROUT/DEPTHOUT case */
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_io.c2637 is_input(nir_intrinsic_instr *intrin) function in typeref:typename:bool
2688 if (((modes & nir_var_shader_in) && is_input(intrin)) ||

Completed in 46 milliseconds