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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c249 unsigned operandType; member in struct:svga_shader_emitter_v10::__anon581dcb1e0308
454 unsigned opcodeType, unsigned operandType,
578 unsigned operandType, unsigned index)
582 switch (operandType) {
667 operandType, index);
1043 operand.operandType = VGPU10_OPERAND_TYPE_NULL;
1086 * Note: the operandType field must already be initialized.
1105 if (operand0.operandType == VGPU10_OPERAND_TYPE_IMMEDIATE32 ||
1106 operand0.operandType == VGPU10_OPERAND_TYPE_INPUT_PRIMITIVEID ||
1107 operand0.operandType
577 check_register_index(struct svga_shader_emitter_v10 * emit,unsigned operandType,unsigned index) argument
3535 emit_input_declaration(struct svga_shader_emitter_v10 * emit,VGPU10_OPCODE_TYPE opcodeType,VGPU10_OPERAND_TYPE operandType,VGPU10_OPERAND_INDEX_DIMENSION dim,unsigned index,unsigned size,VGPU10_SYSTEM_NAME name,VGPU10_OPERAND_NUM_COMPONENTS numComp,VGPU10_OPERAND_4_COMPONENT_SELECTION_MODE selMode,unsigned usageMask,VGPU10_INTERPOLATION_MODE interpMode,boolean addSignature,SVGA3dDXSignatureSemanticName sgnName) argument
4117 emit_tesslevel_declaration(struct svga_shader_emitter_v10 * emit,unsigned index,unsigned opcodeType,unsigned operandType,VGPU10_SYSTEM_NAME name,SVGA3dDXSignatureSemanticName sgnName) argument
4818 unsigned opcodeType, operandType; local in function:emit_gs_input_declarations
4887 VGPU10_OPERAND_TYPE operandType = VGPU10_OPERAND_TYPE_INPUT; local in function:emit_tcs_input_declarations
5053 VGPU10_OPERAND_TYPE operandType; local in function:emit_tes_input_declarations
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c353 unsigned operandType, unsigned index)
357 switch (operandType) {
428 operandType, index);
720 operand.operandType = VGPU10_OPERAND_TYPE_NULL;
763 * Note: the operandType field must already be initialized.
777 if (operand0.operandType == VGPU10_OPERAND_TYPE_IMMEDIATE32 ||
778 operand0.operandType == VGPU10_OPERAND_TYPE_INPUT_PRIMITIVEID) {
786 operand0.operandType == VGPU10_OPERAND_TYPE_CONSTANT_BUFFER) {
852 operand0.operandType = VGPU10_OPERAND_TYPE_TEMP;
921 operand0.operandType
352 check_register_index(struct svga_shader_emitter_v10 * emit,unsigned operandType,unsigned index) argument
2170 emit_input_declaration(struct svga_shader_emitter_v10 * emit,VGPU10_OPCODE_TYPE opcodeType,VGPU10_OPERAND_TYPE operandType,VGPU10_OPERAND_INDEX_DIMENSION dim,unsigned index,unsigned size,VGPU10_SYSTEM_NAME name,VGPU10_OPERAND_NUM_COMPONENTS numComp,VGPU10_OPERAND_4_COMPONENT_SELECTION_MODE selMode,unsigned usageMask,VGPU10_INTERPOLATION_MODE interpMode) argument
2597 VGPU10_OPCODE_TYPE opcodeType, operandType; local in function:emit_input_declarations
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h418 unsigned int operandType : 8; /* VGPU10_OPERAND_TYPE */ member in struct:__anon567b0b48230a::__anon567b0b482408
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h713 unsigned int operandType : 8; /* VGPU10_OPERAND_TYPE */ member in struct:__anon4601d9fb2f0a::__anon4601d9fb3008

Completed in 15 milliseconds