Searched refs:op_type (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 3291 enum lp_sampler_op_type op_type; local in function:lp_build_sample_soa_code 3305 op_type = (sample_key & LP_SAMPLER_OP_TYPE_MASK) >> 3309 op_is_tex = op_type == LP_SAMPLER_OP_TEXTURE; 3310 op_is_lodq = op_type == LP_SAMPLER_OP_LODQ; 3311 op_is_gather = op_type == LP_SAMPLER_OP_GATHER; 3614 else if (op_type == LP_SAMPLER_OP_FETCH) { 3711 op_type == LP_SAMPLER_OP_GATHER, 3862 op_type == LP_SAMPLER_OP_GATHER, 3879 if (target != PIPE_BUFFER && op_type != LP_SAMPLER_OP_GATHER) { 3954 enum lp_sampler_op_type op_type; local in function:lp_build_sample_gen_func 4083 enum lp_sampler_op_type op_type; local in function:lp_build_sample_soa_func 4275 enum lp_sampler_op_type op_type; local in function:lp_build_sample_soa [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 2763 enum lp_sampler_op_type op_type; local in function:lp_build_sample_soa_code 2777 op_type = (sample_key & LP_SAMPLER_OP_TYPE_MASK) >> 2780 op_is_tex = op_type == LP_SAMPLER_OP_TEXTURE; 2781 op_is_lodq = op_type == LP_SAMPLER_OP_LODQ; 2782 op_is_gather = op_type == LP_SAMPLER_OP_GATHER; 3095 else if (op_type == LP_SAMPLER_OP_FETCH) { 3191 op_type == LP_SAMPLER_OP_GATHER, 3341 op_type == LP_SAMPLER_OP_GATHER, 3358 if (target != PIPE_BUFFER && op_type != LP_SAMPLER_OP_GATHER) { 3721 enum lp_sampler_op_type op_type; local in function:lp_build_sample_soa [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | test_fs_cmod_propagation.cpp | 51 enum brw_reg_type op_type, 2163 enum brw_reg_type op_type, 2176 bld.CMP(bld.vgrf(op_type, 0), 2177 retype(dest, op_type), 2178 retype(zero, op_type), 2181 bld.MOV(bld.vgrf(op_type, 0), retype(dest, op_type)) 2211 EXPECT_EQ(op_type, instruction(block0, 1)->dst.type); 2212 EXPECT_EQ(op_type, instruction(block0, 1)->src[0].type); 2160 test_saturate_prop(enum brw_conditional_mod before,enum opcode op,enum brw_reg_type add_type,enum brw_reg_type op_type,bool expected_cmod_prop_progress) argument
|
Completed in 17 milliseconds