Searched refs:is_cube_array (Results 1 – 2 of 2) sorted by relevance
4306 bool is_cube_array = false; in visit() local4312 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()
2030 boolean is_cube_array, in lp_build_layer_coord() argument2042 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()