Home
last modified time | relevance | path

Searched refs:is_cube_array (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4306 bool is_cube_array = false; in visit() local
4312 is_cube_array = sampler_type->sampler_array; in visit()
4343 opcode = (is_cube_array && ir->shadow_comparator) ? TGSI_OPCODE_TEX2 : TGSI_OPCODE_TEX; in visit()
4350 if (is_cube_array || in visit()
4368 …opcode = (is_cube_array || (sampler_type->sampler_shadow && sampler_type->coordinate_components() … in visit()
4505 if (is_cube_array) { in visit()
4584 if (is_cube_array && ir->shadow_comparator) { in visit()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2030 boolean is_cube_array, in lp_build_layer_coord() argument
2042 assert(!is_cube_array); in lp_build_layer_coord()
2051 LLVMValueRef s = is_cube_array ? lp_build_const_int32(bld->gallivm, 6) : in lp_build_layer_coord()