Home
last modified time | relevance | path

Searched defs:x_rate (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy_vrs_htile.c102 nir_ssa_def *x_rate = nir_ushr_imm(&b, nir_channel(&b, &tex->dest.ssa, 0), 2); in build_copy_vrs_htile_shader() local
Dradv_shader.c401 nir_ssa_def *x_rate = nir_iand_imm(&b, val, 12); in radv_lower_primitive_shading_rate() local
586 nir_ssa_def *x_rate = nir_ubfe_imm(&b, ancillary, 2, 2); in radv_lower_fs_intrinsics() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c3552 LLVMValueRef x_rate, y_rate, cond; in emit_load_frag_shading_rate() local
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp5337 Temp x_rate = bld.vop3(aco_opcode::v_bfe_u32, bld.def(v1), get_arg(ctx, ctx->args->ac.ancillary), in emit_load_frag_shading_rate() local