Searched refs:comp_state (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXimintL.h88 int comp_state; member in struct:_XicThaiPart
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimThaiIc.c113 ic->private.local.thai.comp_state = 0;
187 ic->private.local.thai.comp_state = 0;
H A DimThaiFlt.c1030 thai_part->comp_state = FIRST_COMPOSE_KEY_STATE;
1047 thai_part->comp_state = NORMAL_KEY_STATE;
1056 thai_part->comp_state = SECOND_COMPOSE_KEY_STATE;
1069 thai_part->comp_state =FIRST_COMPOSE_KEY_STATE;
1075 thai_part->comp_state = NORMAL_KEY_STATE;
1084 thai_part->comp_state = NORMAL_KEY_STATE; /* reset to normal state */
1350 state = thai_part->comp_state;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c4722 struct anv_cmd_compute_state *comp_state = &cmd_buffer->state.compute; local in function:genX
4723 struct anv_compute_pipeline *pipeline = comp_state->pipeline;
4793 comp_state->push_data =
4797 if (comp_state->push_data.alloc_size) {
4799 curbe.CURBETotalDataLength = comp_state->push_data.alloc_size;
4800 curbe.CURBEDataStartAddress = comp_state->push_data.offset;
4871 struct anv_cmd_compute_state *comp_state = &cmd_buffer->state.compute; local in function:emit_compute_walker
4883 cw.IndirectDataStartAddress = comp_state->push_data.offset;
4884 cw.IndirectDataLength = comp_state->push_data.alloc_size;

Completed in 47 milliseconds