Searched refs:swvp_on (Results 1 – 5 of 5) sorted by relevance
73 info.swvp_on = !!(device->params.BehaviorFlags & D3DCREATE_SOFTWARE_VERTEXPROCESSING); in NineVertexShader9_ctor()81 info.swvp_on = true; in NineVertexShader9_ctor()90 This->swvp_only = info.swvp_on; in NineVertexShader9_ctor()103 This->last_key = (uint32_t) (info.swvp_on << 9); in NineVertexShader9_ctor()233 info.swvp_on = device->context.swvp; in NineVertexShader9_GetVariant()279 info.swvp_on = true; in NineVertexShader9_GetVariantProcessVertices()
68 info.swvp_on = false; in NinePixelShader9_ctor()221 info.swvp_on = false; in NinePixelShader9_GetVariant()
98 boolean swvp_on; member
569 if (tx->info->swvp_on && idx >= 4096) { in nine_float_constant_src()578 if (!tx->info->swvp_on) in nine_float_constant_src()592 if (tx->info->swvp_on) { in nine_integer_constant_src()620 if (tx->info->swvp_on) { in nine_boolean_constant_src()3651 if (info->swvp_on) { in tx_ctor()3965 assert(IS_VS || !info->swvp_on); in nine_translate_shader()3994 if (!tx->indirect_const_access && !info->swvp_on && tx->num_slots > 0) { in nine_translate_shader()4117 !info->swvp_on) in nine_translate_shader()4126 if (!info->swvp_on) { in nine_translate_shader()
671 - st/nine: Make swvp_on imply IS_VS