Searched defs:grad_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_lower_texture_gradients.cpp95 const glsl_type *grad_type = ir->lod_info.grad.dPdx->type; local
105 new(mem_ctx) ir_variable(grad_type, "size", ir_var_temporary);
112 swizzle_for_size(txs, grad_type->vector_elements)));
120 new(mem_ctx) ir_variable(grad_type, "dPdx", ir_var_temporary);
124 new(mem_ctx) ir_variable(grad_type, "dPdy", ir_var_temporary);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_lower_texture_gradients.cpp95 const glsl_type *grad_type = ir->lod_info.grad.dPdx->type; local
105 new(mem_ctx) ir_variable(grad_type, "size", ir_var_temporary);
112 swizzle_for_size(txs, grad_type->vector_elements)));
120 new(mem_ctx) ir_variable(grad_type, "dPdx", ir_var_temporary);
124 new(mem_ctx) ir_variable(grad_type, "dPdy", ir_var_temporary);

Completed in 154 milliseconds